PHP 트레잇 Automattic\Wistia\Traits\ApiMethodsTrait

파일 보기 프로젝트 열기: Automattic/wistia-php

보호된 프로퍼티들

프로퍼티 타입 설명
$_methods array Methods allowed for this Trait

공개 메소드들

메소드 설명
__call ( string $method, array $params ) : array Call a defined method
get_client ( )

비공개 메소드들

메소드 설명
_get_method_signature ( $method ) : array | null Check if a method exists and return its name and params

메소드 상세

__call() 공개 메소드

Call a defined method
public __call ( string $method, array $params ) : array
$method string
$params array
리턴 array

get_client() 추상적인 공개 메소드

abstract public get_client ( )

프로퍼티 상세

$_methods 보호되어 있는 프로퍼티

Methods allowed for this Trait
protected array $_methods
리턴 array