PHP Interface 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.
invokeWith ( Arguments | array $arguments = [] ) : 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.

invokeWith() public méthode

This method supports reference parameters.
public invokeWith ( Arguments | array $arguments = [] ) : mixed
$arguments Eloquent\Phony\Call\Arguments | array The arguments.
Résultat mixed The result of invocation.