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
파일 보기 프로젝트 열기: Webiny/Framework 1 사용 예제들

공개 메소드들

메소드 설명
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