PHP Class Go\Aop\Framework\DynamicClosureMethodInvocation

Inheritance: extends AbstractMethodInvocation
Afficher le fichier Open project: goaop/framework

Protected Properties

Свойство Type Description
$closureToCall Closure Closure to use
$previousInstance null | object | string Previous instance of invocation

Méthodes publiques

Méthode Description
proceed ( ) : mixed Invokes original method and return result from it

Method Details

proceed() public méthode

Invokes original method and return result from it
public proceed ( ) : mixed
Résultat mixed

Property Details

$closureToCall protected_oe property

Closure to use
protected Closure $closureToCall
Résultat Closure

$previousInstance protected_oe property

Previous instance of invocation
protected null|object|string $previousInstance
Résultat null | object | string