Method | Description | |
---|---|---|
__call ( $name, $arguments ) : |
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 ) : |
||
$name | ||
$arguments | ||
return |