public function StaticReflectionMethod::__construct in Plug 7
Parameters
StaticReflectionParser $staticReflectionParser:
string $methodName:
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ StaticReflectionMethod.php, line 45
Class
Namespace
Doctrine\Common\ReflectionCode
public function __construct(StaticReflectionParser $staticReflectionParser, $methodName) {
$this->staticReflectionParser = $staticReflectionParser;
$this->methodName = $methodName;
}