PHP 클래스 Vinkla\Instagram\Instagram

저자: Vincent Klaiber ([email protected])
파일 보기 프로젝트 열기: vinkla/instagram

보호된 프로퍼티들

프로퍼티 타입 설명
$client GuzzleHttp\ClientInterface The guzzle http client.

공개 메소드들

메소드 설명
__construct ( GuzzleHttp\ClientInterface $client = null ) : void Create a new instagram instance.
get ( string $user ) : array Fetch the media items.

메소드 상세

__construct() 공개 메소드

Create a new instagram instance.
public __construct ( GuzzleHttp\ClientInterface $client = null ) : void
$client GuzzleHttp\ClientInterface
리턴 void

get() 공개 메소드

Fetch the media items.
public get ( string $user ) : array
$user string
리턴 array

프로퍼티 상세

$client 보호되어 있는 프로퍼티

The guzzle http client.
protected ClientInterface,GuzzleHttp $client
리턴 GuzzleHttp\ClientInterface