Nette\Reflection\Parameter::getClass PHP Method

getClass() public method

public getClass ( ) : ClassType
return ClassType
    public function getClass()
    {
        return ($ref = parent::getClass()) ? new ClassType($ref->getName()) : NULL;
    }