Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Autarky
Routing
InvokerInterface
PHP Interface Autarky\Routing\InvokerInterface
Show file
Open project: autarky/framework
Interface Usage Examples
Public Methods
Method
Description
invoke
(
string
|
array
$callable
,
array
$params
= [],
array
$constructorArgs
= [] ) :
mixed
Invoke a route's callable.
Method Details
invoke()
public
method
Invoke a route's callable.
public
invoke
(
string
|
array
$callable
,
array
$params
= [],
array
$constructorArgs
= [] ) :
mixed
$callable
string
|
array
$params
array
$constructorArgs
array
return
mixed