PHP Класс Instagram\API\Response\CommentsMediaResponse

Наследование: extends BaseResponse
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Открытые методы

Метод Описание
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 )

Описание методов

getCaption() публичный метод

public getCaption ( ) : Model\Caption
Результат Model\Caption

getCommentCount() публичный метод

public getCommentCount ( ) : integer
Результат integer

getComments() публичный метод

public getComments ( ) : Comment[]
Результат Instagram\API\Response\Model\Comment[]

getNextMaxId() публичный метод

public getNextMaxId ( ) : string
Результат string

isCaptionIsEdited() публичный метод

public isCaptionIsEdited ( ) : boolean
Результат boolean

isHasMoreComments() публичный метод

public isHasMoreComments ( ) : boolean
Результат boolean

setCaption() публичный метод

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

setCaptionIsEdited() публичный метод

public setCaptionIsEdited ( boolean $caption_is_edited )
$caption_is_edited boolean

setCommentCount() публичный метод

public setCommentCount ( integer $comment_count )
$comment_count integer

setComments() публичный метод

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

setHasMoreComments() публичный метод

public setHasMoreComments ( boolean $has_more_comments )
$has_more_comments boolean

setNextMaxId() публичный метод

public setNextMaxId ( string $next_max_id )
$next_max_id string

Описание свойств

$caption защищенное свойство

Caption
protected Model\Caption $caption
Результат Model\Caption

$caption_is_edited защищенное свойство

Caption is Edited
protected bool $caption_is_edited
Результат boolean

$comment_count защищенное свойство

Comment Count
protected int $comment_count
Результат integer

$comments защищенное свойство

Comment
protected Comment[],Instagram\API\Response\Model $comments
Результат Instagram\API\Response\Model\Comment[]

$has_more_comments защищенное свойство

Has more Comments
protected bool $has_more_comments
Результат boolean

$next_max_id защищенное свойство

Next Maximum Id
protected string $next_max_id
Результат string