PHP Интерфейс Nelmio\Alice\Definition\MethodCallInterface

Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
__toString ( ) : string
getArguments ( ) : Nelmio\Alice\Definition\ValueInterface[] | array | null
getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
getMethod ( ) : string
withArguments ( array $arguments = null ) : static

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

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

public __toString ( ) : string
Результат string

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

public getArguments ( ) : Nelmio\Alice\Definition\ValueInterface[] | array | null
Результат Nelmio\Alice\Definition\ValueInterface[] | array | null

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

public getCaller ( ) : Nelmio\Alice\Definition\ServiceReferenceInterface | null
Результат Nelmio\Alice\Definition\ServiceReferenceInterface | null No caller means that the caller is the instance of the object itself.

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

public getMethod ( ) : string
Результат string Method name

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

public withArguments ( array $arguments = null ) : static
$arguments array
Результат static