PHP Class Instagram\API\Request\EditProfileAccountRequest

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

Méthodes publiques

Méthode Description
__construct ( $instagram, $firstname, $email, $phoneNumber, $gender, $biography, $externalUrl )
execute ( ) : EditProfileAccountResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public méthode

public __construct ( $instagram, $firstname, $email, $phoneNumber, $gender, $biography, $externalUrl )
$instagram Instagram
$firstname string Name
$email string Email
$phoneNumber string Phone Number
$gender int Gender
$biography string Biography
$externalUrl string External Url

execute() public méthode

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

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )