PHP Class Instagram\API\Request\CommentsMediaRequest

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, $maxId = null )
execute ( ) : CommentsMediaResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public method

public __construct ( $instagram, $mediaId, $maxId = null )
$instagram Instagram
$mediaId string Media Id
$maxId string The Maximum Id for fetching more Comments

execute() public method

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

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$mediaId protected_oe property

protected $mediaId