PHP Class Instagram\API\Request\ChangeProfilePictureAccountRequest

Inheritance: extends AuthenticatedBaseRequest
显示文件 Open project: liamcottle/instagram-sdk-php Class Usage Examples

Protected Properties

Property Type Description
$mediaId

Public Methods

Method Description
__construct ( $instagram, $path )
execute ( ) : PhotoUploadResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public method

public __construct ( $instagram, $path )
$instagram Instagram
$path string File Path of the Profile Picture to Upload

execute() public method

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

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$mediaId protected_oe property

protected $mediaId