Pinq\Analysis\Types\ObjectType::getConstructor PHP Method

getConstructor() public method

public getConstructor ( NewExpression $expression )
$expression Pinq\Expressions\NewExpression
    public function getConstructor(O\NewExpression $expression)
    {
        if ($this->constructor !== null) {
            return $this->constructor;
        }
        return parent::getConstructor($expression);
    }