Property | Type | Description | |
---|---|---|---|
$caption | Model\Caption | Caption | |
$caption_is_edited | boolean | Caption is Edited | |
$comment_count | integer | Comment Count | |
$comments | Comment | ||
$has_more_comments | boolean | Has more Comments | |
$next_max_id | string | Next Maximum Id |
Method | Description | |
---|---|---|
getCaption ( ) : Model\Caption | ||
getCommentCount ( ) : integer | ||
getComments ( ) : |
||
getNextMaxId ( ) : string | ||
isCaptionIsEdited ( ) : boolean | ||
isHasMoreComments ( ) : boolean | ||
setCaption ( Model\Caption $caption ) | ||
setCaptionIsEdited ( boolean $caption_is_edited ) | ||
setCommentCount ( integer $comment_count ) | ||
setComments ( |
||
setHasMoreComments ( boolean $has_more_comments ) | ||
setNextMaxId ( string $next_max_id ) |
public getComments ( ) : |
||
return |
public setCaptionIsEdited ( boolean $caption_is_edited ) | ||
$caption_is_edited | boolean |
public setCommentCount ( integer $comment_count ) | ||
$comment_count | integer |
public setComments ( |
||
$comments |
public setHasMoreComments ( boolean $has_more_comments ) | ||
$has_more_comments | boolean |
protected Comment[],Instagram\API\Response\Model $comments | ||
return |
protected bool $has_more_comments | ||
return | boolean |