PHP Class Instagram\API\Request\EditMediaRequest

Inheritance: extends AuthenticatedBaseRequest
Datei anzeigen Open project: liamcottle/instagram-sdk-php Class Usage Examples

Protected Properties

Property Type Description
$mediaId

Public Methods

Method Description
__construct ( $instagram, $mediaId, $caption = null )
execute ( ) : EditMediaResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public method

public __construct ( $instagram, $mediaId, $caption = null )
$instagram Instagram
$mediaId string Id of Media to Edit
$caption string Caption

execute() public method

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

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$mediaId protected_oe property

protected $mediaId