PHP 트레잇 Zendesk\API\Traits\Utility\InstantiatorTrait

파일 보기 프로젝트 열기: zendesk/zendesk_api_client_php

공개 메소드들

메소드 설명
__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