Nette\Reflection\Method::getPrototype PHP Метод

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

public getPrototype ( ) : self
Результат self
    public function getPrototype()
    {
        $prototype = parent::getPrototype();
        return new static($prototype->getDeclaringClass()->getName(), $prototype->getName());
    }