PHP Класс Webiny\Component\TwitterOAuth\TwitterOAuthLoader

Use this class to get an instance of TwitterOAuth component.
Наследование: use trait Webiny\Component\StdLib\StdLibTrait, use trait Webiny\Component\Http\HttpTrait
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
getInstance ( string $key ) : array | TwitterOAuth Returns an instance to TwitterOAuth server based on the current configuration.

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

getInstance() публичный статический метод

Returns an instance to TwitterOAuth server based on the current configuration.
public static getInstance ( string $key ) : array | TwitterOAuth
$key string Unique identifier for the TwitterOAuth server that you wish to get.
Результат array | TwitterOAuth