public function StaticReflectionMethod::__construct

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 41

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

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