PHP 클래스 Instagram\API\Request\LoginRequest

상속: extends BaseRequest
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $instagram, $username, $password )
execute ( ) : LoginResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )
throwExceptionIfResponseNotOk ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $instagram, $username, $password )
$instagram Instagram
$username string Instagram Username
$password string Instagram Password

execute() 공개 메소드

public execute ( ) : LoginResponse
리턴 Instagram\API\Response\LoginResponse

getEndpoint() 공개 메소드

public getEndpoint ( )

getMethod() 공개 메소드

public getMethod ( )

getResponseObject() 공개 메소드

public getResponseObject ( )

throwExceptionIfResponseNotOk() 공개 메소드