PHP Интерфейс Eloquent\Phony\Invocation\Invocable

Показать файл Открыть проект

Открытые методы

Метод Описание
__invoke ( ) : mixed Invoke this object.
invoke ( ) : mixed Invoke this object.
invokeWith ( Arguments | array $arguments = [] ) : mixed Invoke this object.

Описание методов

__invoke() публичный Метод

Invoke this object.
public __invoke ( ) : mixed
Результат mixed The result of invocation.

invoke() публичный Метод

Invoke this object.
public invoke ( ) : mixed
Результат mixed The result of invocation.

invokeWith() публичный Метод

This method supports reference parameters.
public invokeWith ( Arguments | array $arguments = [] ) : mixed
$arguments Eloquent\Phony\Call\Arguments | array The arguments.
Результат mixed The result of invocation.