PHP Класс seregazhuk\PinterestBot\Api\Providers\ProviderWrapper

Показать файл Открыть проект

Открытые методы

Метод Описание
__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