getConstructor() public méthode

Gets the supplied expression matches the type's constructor.
public getConstructor ( NewExpression $expression ) : Pinq\Analysis\IConstructor
$expression Pinq\Expressions\NewExpression
Résultat Pinq\Analysis\IConstructor
Exemple #1
0
 public function getConstructor(O\NewExpression $expression)
 {
     return $this->parentType->getConstructor($expression);
 }