PHP Class Instagram\API\Response\CommentMediaResponse

Inheritance: extends BaseResponse
Show file Open project: liamcottle/instagram-sdk-php

Protected Properties

Property Type Description
$comment Instagram\API\Response\Model\Comment Comment

Public Methods

Method Description
getComment ( ) : Comment
setComment ( Comment $comment )

Method Details

getComment() public method

public getComment ( ) : Comment
return Instagram\API\Response\Model\Comment

setComment() public method

public setComment ( Comment $comment )
$comment Instagram\API\Response\Model\Comment

Property Details

$comment protected property

Comment
protected Comment,Instagram\API\Response\Model $comment
return Instagram\API\Response\Model\Comment