PHP Class Instagram\API\Request\LoginRequest

Inheritance: extends BaseRequest
Afficher le fichier Open project: liamcottle/instagram-sdk-php Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $instagram, $username, $password )
execute ( ) : LoginResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )
throwExceptionIfResponseNotOk ( )

Method Details

__construct() public méthode

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

execute() public méthode

public execute ( ) : LoginResponse
Résultat Instagram\API\Response\LoginResponse

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )

throwExceptionIfResponseNotOk() public méthode