PHP Класс seregazhuk\PinterestBot\Bot

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$providersContainer seregazhuk\PinterestBot\Api\ProvidersContainer

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

Метод Описание
__call ( string $method, array $parameters ) : mixed All method calls are proxied to the providers container.
__construct ( ProvidersContainer $providersContainer )
__get ( string $provider ) : Provider Magic method to access different providers from the providers container.
getClientInfo ( boolean $reload = false ) : array | null Returns client context from Pinterest response. By default info returns from the last Pinterest response. If there was no response before or the argument $reload is true, we make a dummy request to the main page to update client context.

Описание методов

__call() публичный Метод

All method calls are proxied to the providers container.
public __call ( string $method, array $parameters ) : mixed
$method string
$parameters array
Результат mixed

__construct() публичный Метод

public __construct ( ProvidersContainer $providersContainer )
$providersContainer seregazhuk\PinterestBot\Api\ProvidersContainer

__get() публичный Метод

Magic method to access different providers from the providers container.
public __get ( string $provider ) : Provider
$provider string
Результат seregazhuk\PinterestBot\Api\Providers\Provider

getClientInfo() публичный Метод

Returns client context from Pinterest response. By default info returns from the last Pinterest response. If there was no response before or the argument $reload is true, we make a dummy request to the main page to update client context.
public getClientInfo ( boolean $reload = false ) : array | null
$reload boolean
Результат array | null

Описание свойств

$providersContainer защищенное свойство

protected ProvidersContainer,seregazhuk\PinterestBot\Api $providersContainer
Результат seregazhuk\PinterestBot\Api\ProvidersContainer