PHP 클래스 seregazhuk\PinterestBot\Api\Providers\ProviderWrapper

파일 보기 프로젝트 열기: seregazhuk/php-pinterest-bot

공개 메소드들

메소드 설명
__call ( $method, $arguments ) : mixed | null Proxies a call to a provider with a login check before every method if needed.
__construct ( Provider $provider )

보호된 메소드들

메소드 설명
checkMethodForLoginRequired ( $method ) Checks if method requires login and if true, checks logged in status.
getErrorMethodCallMessage ( string $method, string $message ) : string

메소드 상세

__call() 공개 메소드

Proxies a call to a provider with a login check before every method if needed.
public __call ( $method, $arguments ) : mixed | null
$method
$arguments
리턴 mixed | null

__construct() 공개 메소드

public __construct ( Provider $provider )
$provider Provider

checkMethodForLoginRequired() 보호된 메소드

Checks if method requires login and if true, checks logged in status.
protected checkMethodForLoginRequired ( $method )
$method

getErrorMethodCallMessage() 보호된 메소드

protected getErrorMethodCallMessage ( string $method, string $message ) : string
$method string
$message string
리턴 string