public function StaticReflectionClass::getMethod

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php, line 59

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

public function getMethod($name) {
  return $this->staticReflectionParser
    ->getReflectionMethod($name);
}