public function StaticReflectionMethod::getClosureThis

File

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

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

public function getClosureThis() {
  throw new ReflectionException('Method not implemented');
}