Nette\Reflection\ClassType::getConstructor PHP Method

getConstructor() public method

public getConstructor ( ) : Method | null
return Method | null
    public function getConstructor()
    {
        return ($ref = parent::getConstructor()) ? Method::from($this->getName(), $ref->getName()) : NULL;
    }