PHP Class Instagram\API\Request\BulkDeleteCommentsMediaRequest

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

Protected Properties

Свойство Type Description
$mediaId

Méthodes publiques

Méthode Description
__construct ( $instagram, $mediaId, $commentIds )
execute ( ) : Instagram\API\Response\BulkDeleteCommentsMediaResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public méthode

public __construct ( $instagram, $mediaId, $commentIds )
$instagram Instagram
$mediaId string Media Id
$commentIds array Comment Ids to Delete

execute() public méthode

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

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )

Property Details

$mediaId protected_oe property

protected $mediaId