public function StaticReflectionMethod::invoke

File

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

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

public function invoke($object, $parameter = NULL) {
  throw new ReflectionException('Method not implemented');
}