Nette\Reflection\ClassType::getConstructor PHP Метод

getConstructor() публичный Метод

public getConstructor ( ) : Method | null
Результат Method | null
    public function getConstructor()
    {
        return ($ref = parent::getConstructor()) ? Method::from($this->getName(), $ref->getName()) : NULL;
    }