PHP Trait Zendesk\API\Traits\Utility\InstantiatorTrait

Afficher le fichier Open project: zendesk/zendesk_api_client_php

Méthodes publiques

Méthode Description
__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()

Method Details

__call() public méthode

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
Résultat ChainedParametersTrait