public function StaticReflectionMethod::getClosure

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 71

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

public function getClosure($object) {
  throw new ReflectionException('Method not implemented');
}