You are here

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

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

public function __construct(StaticReflectionParser $staticReflectionParser, $methodName) {
  $this->staticReflectionParser = $staticReflectionParser;
  $this->methodName = $methodName;
}