PHP Трейт Zendesk\API\Traits\Utility\InstantiatorTrait

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

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

Метод Описание
__call ( $name, $arguments ) : ChainedParametersTrait Generic method to object getter. Since all objects are protected, this method exposes a getter function with the same name as the protected variable, for example $client->tickets can be referenced by $client->tickets()

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

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

Generic method to object getter. Since all objects are protected, this method exposes a getter function with the same name as the protected variable, for example $client->tickets can be referenced by $client->tickets()
public __call ( $name, $arguments ) : ChainedParametersTrait
$name
$arguments
Результат ChainedParametersTrait