PHP Интерфейс Go\Aop\Intercept\Invocation

An invocation is a callable joinpoint and can be intercepted by an interceptor
Наследование: extends Go\Aop\Intercept\Joinpoint
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getArguments ( ) : array Get the arguments of invocation as an array.
setArguments ( array $arguments ) Sets the arguments for current invocation

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

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

Get the arguments of invocation as an array.
public getArguments ( ) : array
Результат array the arguments of the invocation

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

Sets the arguments for current invocation
public setArguments ( array $arguments )
$arguments array New list of arguments