public function StaticReflectionClass::getMethod in Plug 7
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionClass.php, line 77
Class
Namespace
Doctrine\Common\ReflectionCode
public function getMethod($name) {
return $this->staticReflectionParser
->getReflectionMethod($name);
}