PHP Class Instagram\API\Request\DeleteMediaRequest

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

Protected Properties

Property Type Description
$mediaId
$mediaType

Public Methods

Method Description
__construct ( $instagram, $mediaId, $mediaType )
execute ( ) : DeleteMediaResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public method

public __construct ( $instagram, $mediaId, $mediaType )
$instagram Instagram
$mediaId string Media Id
$mediaType string Media Type

execute() public method

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

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$mediaId protected property

protected $mediaId

$mediaType protected property

protected $mediaType