Nette\Reflection\Method::toCallback PHP Method

toCallback() public method

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