You are here

public function StaticReflectionClass::getMethod in Plug 7

File

lib/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php, line 77

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

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