PHP Class Instagram\API\Request\EditProfileAccountRequest

Inheritance: extends AuthenticatedBaseRequest
Show file Open project: liamcottle/instagram-sdk-php Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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 method

public execute ( ) : EditProfileAccountResponse
return Instagram\API\Response\EditProfileAccountResponse

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )