PHP Class Eloquent\Phony\Invocation\AbstractInvocable

Inheritance: implements Eloquent\Phony\Invocation\Invocable
Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode Description
__invoke ( ) : mixed Invoke this object.
invoke ( ) : mixed Invoke this object.

Method Details

__invoke() public méthode

Invoke this object.
public __invoke ( ) : mixed
Résultat mixed The result of invocation.

invoke() public méthode

Invoke this object.
public invoke ( ) : mixed
Résultat mixed The result of invocation.