Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Eloquent
Phony
Invocation
AbstractInvocable
PHP Class Eloquent\Phony\Invocation\AbstractInvocable
Inheritance:
implements
Eloquent\Phony\Invocation\Invocable
Exibir arquivo
Open project: eloquent/phony
Public Methods
Method
Description
__invoke
( ) :
mixed
Invoke this object.
invoke
( ) :
mixed
Invoke this object.
Method Details
__invoke()
public
method
Invoke this object.
public
__invoke
( ) :
mixed
return
mixed
The result of invocation.
invoke()
public
method
Invoke this object.
public
invoke
( ) :
mixed
return
mixed
The result of invocation.