PHP Interface Autarky\Routing\InvokerInterface

Afficher le fichier Open project: autarky/framework Interface Usage Examples

Méthodes publiques

Méthode Description
invoke ( string | array $callable, array $params = [], array $constructorArgs = [] ) : mixed Invoke a route's callable.

Method Details

invoke() public méthode

Invoke a route's callable.
public invoke ( string | array $callable, array $params = [], array $constructorArgs = [] ) : mixed
$callable string | array
$params array
$constructorArgs array
Résultat mixed