PHP Class Go\Aop\Framework\StaticClosureMethodInvocation

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
getStaticInvoker ( string $className, string $method ) : Closure Returns static method invoker

Method Details

getStaticInvoker() protected static méthode

Returns static method invoker
protected static getStaticInvoker ( string $className, string $method ) : Closure
$className string Class name to forward request
$method string Method name to call
Résultat Closure

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

$previousScope protected_oe property

Previous scope of invocation
protected null|object|string $previousScope
Résultat null | object | string