PHP Class Instagram\API\Request\LikeMediaRequest

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 )
execute ( ) : Instagram\API\Response\LikeMediaResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public method

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

execute() public method

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

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$mediaId protected_oe property

protected $mediaId