PHP Class Instagram\API\Response\CommentsMediaResponse

Inheritance: extends BaseResponse
Afficher le fichier Open project: liamcottle/instagram-sdk-php

Protected Properties

Свойство Type Description
$caption Model\Caption Caption
$caption_is_edited boolean Caption is Edited
$comment_count integer Comment Count
$comments Instagram\API\Response\Model\Comment[] Comment
$has_more_comments boolean Has more Comments
$next_max_id string Next Maximum Id

Méthodes publiques

Méthode Description
getCaption ( ) : Model\Caption
getCommentCount ( ) : integer
getComments ( ) : Comment[]
getNextMaxId ( ) : string
isCaptionIsEdited ( ) : boolean
isHasMoreComments ( ) : boolean
setCaption ( Model\Caption $caption )
setCaptionIsEdited ( boolean $caption_is_edited )
setCommentCount ( integer $comment_count )
setComments ( Comment[] $comments )
setHasMoreComments ( boolean $has_more_comments )
setNextMaxId ( string $next_max_id )

Method Details

getCaption() public méthode

public getCaption ( ) : Model\Caption
Résultat Model\Caption

getCommentCount() public méthode

public getCommentCount ( ) : integer
Résultat integer

getComments() public méthode

public getComments ( ) : Comment[]
Résultat Instagram\API\Response\Model\Comment[]

getNextMaxId() public méthode

public getNextMaxId ( ) : string
Résultat string

isCaptionIsEdited() public méthode

public isCaptionIsEdited ( ) : boolean
Résultat boolean

isHasMoreComments() public méthode

public isHasMoreComments ( ) : boolean
Résultat boolean

setCaption() public méthode

public setCaption ( Model\Caption $caption )
$caption Model\Caption

setCaptionIsEdited() public méthode

public setCaptionIsEdited ( boolean $caption_is_edited )
$caption_is_edited boolean

setCommentCount() public méthode

public setCommentCount ( integer $comment_count )
$comment_count integer

setComments() public méthode

public setComments ( Comment[] $comments )
$comments Instagram\API\Response\Model\Comment[]

setHasMoreComments() public méthode

public setHasMoreComments ( boolean $has_more_comments )
$has_more_comments boolean

setNextMaxId() public méthode

public setNextMaxId ( string $next_max_id )
$next_max_id string

Property Details

$caption protected_oe property

Caption
protected Model\Caption $caption
Résultat Model\Caption

$caption_is_edited protected_oe property

Caption is Edited
protected bool $caption_is_edited
Résultat boolean

$comment_count protected_oe property

Comment Count
protected int $comment_count
Résultat integer

$comments protected_oe property

Comment
protected Comment[],Instagram\API\Response\Model $comments
Résultat Instagram\API\Response\Model\Comment[]

$has_more_comments protected_oe property

Has more Comments
protected bool $has_more_comments
Résultat boolean

$next_max_id protected_oe property

Next Maximum Id
protected string $next_max_id
Résultat string