Nette\Reflection\Method::getPrototype PHP Méthode

getPrototype() public méthode

public getPrototype ( ) : self
Résultat self
    public function getPrototype()
    {
        $prototype = parent::getPrototype();
        return new static($prototype->getDeclaringClass()->getName(), $prototype->getName());
    }