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

toCallback() public méthode

Deprecation:
public toCallback ( )
    public function toCallback()
    {
        return new Nette\Callback(parent::getDeclaringClass()->getName(), $this->getName());
    }