PHP Class Instagram\API\Response\Model\FeedItem

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

Protected Properties

Свойство Type Description
$caption Caption Caption
$caption_is_edited boolean Caption is Edited
$code string Code
$comment_count integer Comment Count
$comments Comment[] Comments
$device_timestamp float Device Timestamp
$dr_ad_type integer Ad Type
$filter_type integer Filter Type
$has_audio boolean Has Audio
$has_liked boolean Has Liked
$has_more_comments boolean Has more Comments
$id string Id
$image_versions2 ImageVersions2 Image Versions
$like_count integer Like Count
$likers User[] Likers
$media_type integer Media Type
$original_height integer Original Height
$original_width integer Original Width
$photo_of_you boolean Photo of You
$pk string Id
$taken_at float Taken At
$user User User
$video_versions VideoVersion[] Video Versions
$view_count integer View Count

Méthodes publiques

Méthode Description
getCaption ( ) : Caption
getCode ( ) : string
getCommentCount ( ) : integer
getComments ( ) : Comment[]
getDeviceTimestamp ( ) : float
getDrAdType ( ) : integer
getFilterType ( ) : integer
getId ( ) : string
getImageVersions2 ( ) : ImageVersions2
getLikeCount ( ) : integer
getLikers ( ) : User[]
getMediaType ( ) : integer
getOriginalHeight ( ) : integer
getOriginalWidth ( ) : integer
getPk ( ) : string
getTakenAt ( ) : float
getUser ( ) : User
getVideoVersions ( ) : VideoVersion[]
getViewCount ( ) : integer
isAd ( ) : boolean Is Ad
isCaptionIsEdited ( ) : boolean
isHasAudio ( ) : boolean
isHasLiked ( ) : boolean
isHasMoreComments ( ) : boolean
isImage ( ) : boolean Is Image
isPhotoOfYou ( ) : boolean
isVideo ( ) : boolean Is Video
setCaption ( Caption $caption )
setCaptionIsEdited ( boolean $caption_is_edited )
setCode ( string $code )
setCommentCount ( integer $comment_count )
setComments ( Comment[] $comments )
setDeviceTimestamp ( float $device_timestamp )
setDrAdType ( integer $dr_ad_type )
setFilterType ( integer $filter_type )
setHasAudio ( boolean $has_audio )
setHasLiked ( boolean $has_liked )
setHasMoreComments ( boolean $has_more_comments )
setId ( string $id )
setImageVersions2 ( ImageVersions2 $image_versions2 )
setLikeCount ( integer $like_count )
setLikers ( User[] $likers )
setMediaType ( integer $media_type )
setOriginalHeight ( integer $original_height )
setOriginalWidth ( integer $original_width )
setPhotoOfYou ( boolean $photo_of_you )
setPk ( string $pk )
setTakenAt ( float $taken_at )
setUser ( User $user )
setVideoVersions ( VideoVersion[] $video_versions )
setViewCount ( integer $view_count )

Method Details

getCaption() public méthode

public getCaption ( ) : Caption
Résultat Caption

getCode() public méthode

public getCode ( ) : string
Résultat string

getCommentCount() public méthode

public getCommentCount ( ) : integer
Résultat integer

getComments() public méthode

public getComments ( ) : Comment[]
Résultat Comment[]

getDeviceTimestamp() public méthode

public getDeviceTimestamp ( ) : float
Résultat float

getDrAdType() public méthode

public getDrAdType ( ) : integer
Résultat integer

getFilterType() public méthode

public getFilterType ( ) : integer
Résultat integer

getId() public méthode

public getId ( ) : string
Résultat string

getImageVersions2() public méthode

public getImageVersions2 ( ) : ImageVersions2
Résultat ImageVersions2

getLikeCount() public méthode

public getLikeCount ( ) : integer
Résultat integer

getLikers() public méthode

public getLikers ( ) : User[]
Résultat User[]

getMediaType() public méthode

public getMediaType ( ) : integer
Résultat integer

getOriginalHeight() public méthode

public getOriginalHeight ( ) : integer
Résultat integer

getOriginalWidth() public méthode

public getOriginalWidth ( ) : integer
Résultat integer

getPk() public méthode

public getPk ( ) : string
Résultat string

getTakenAt() public méthode

public getTakenAt ( ) : float
Résultat float

getUser() public méthode

public getUser ( ) : User
Résultat User

getVideoVersions() public méthode

public getVideoVersions ( ) : VideoVersion[]
Résultat VideoVersion[]

getViewCount() public méthode

public getViewCount ( ) : integer
Résultat integer

isAd() public méthode

Is Ad
public isAd ( ) : boolean
Résultat boolean

isCaptionIsEdited() public méthode

public isCaptionIsEdited ( ) : boolean
Résultat boolean

isHasAudio() public méthode

public isHasAudio ( ) : boolean
Résultat boolean

isHasLiked() public méthode

public isHasLiked ( ) : boolean
Résultat boolean

isHasMoreComments() public méthode

public isHasMoreComments ( ) : boolean
Résultat boolean

isImage() public méthode

Is Image
public isImage ( ) : boolean
Résultat boolean

isPhotoOfYou() public méthode

public isPhotoOfYou ( ) : boolean
Résultat boolean

isVideo() public méthode

Is Video
public isVideo ( ) : boolean
Résultat boolean

setCaption() public méthode

public setCaption ( Caption $caption )
$caption Caption

setCaptionIsEdited() public méthode

public setCaptionIsEdited ( boolean $caption_is_edited )
$caption_is_edited boolean

setCode() public méthode

public setCode ( string $code )
$code string

setCommentCount() public méthode

public setCommentCount ( integer $comment_count )
$comment_count integer

setComments() public méthode

public setComments ( Comment[] $comments )
$comments Comment[]

setDeviceTimestamp() public méthode

public setDeviceTimestamp ( float $device_timestamp )
$device_timestamp float

setDrAdType() public méthode

public setDrAdType ( integer $dr_ad_type )
$dr_ad_type integer

setFilterType() public méthode

public setFilterType ( integer $filter_type )
$filter_type integer

setHasAudio() public méthode

public setHasAudio ( boolean $has_audio )
$has_audio boolean

setHasLiked() public méthode

public setHasLiked ( boolean $has_liked )
$has_liked boolean

setHasMoreComments() public méthode

public setHasMoreComments ( boolean $has_more_comments )
$has_more_comments boolean

setId() public méthode

public setId ( string $id )
$id string

setImageVersions2() public méthode

public setImageVersions2 ( ImageVersions2 $image_versions2 )
$image_versions2 ImageVersions2

setLikeCount() public méthode

public setLikeCount ( integer $like_count )
$like_count integer

setLikers() public méthode

public setLikers ( User[] $likers )
$likers User[]

setMediaType() public méthode

public setMediaType ( integer $media_type )
$media_type integer

setOriginalHeight() public méthode

public setOriginalHeight ( integer $original_height )
$original_height integer

setOriginalWidth() public méthode

public setOriginalWidth ( integer $original_width )
$original_width integer

setPhotoOfYou() public méthode

public setPhotoOfYou ( boolean $photo_of_you )
$photo_of_you boolean

setPk() public méthode

public setPk ( string $pk )
$pk string

setTakenAt() public méthode

public setTakenAt ( float $taken_at )
$taken_at float

setUser() public méthode

public setUser ( User $user )
$user User

setVideoVersions() public méthode

public setVideoVersions ( VideoVersion[] $video_versions )
$video_versions VideoVersion[]

setViewCount() public méthode

public setViewCount ( integer $view_count )
$view_count integer

Property Details

$caption protected_oe property

Caption
protected Caption $caption
Résultat Caption

$caption_is_edited protected_oe property

Caption is Edited
protected bool $caption_is_edited
Résultat boolean

$code protected_oe property

Code
protected string $code
Résultat string

$comment_count protected_oe property

Comment Count
protected int $comment_count
Résultat integer

$comments protected_oe property

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

$device_timestamp protected_oe property

Device Timestamp
protected float $device_timestamp
Résultat float

$dr_ad_type protected_oe property

Ad Type
protected int $dr_ad_type
Résultat integer

$filter_type protected_oe property

Filter Type
protected int $filter_type
Résultat integer

$has_audio protected_oe property

Has Audio
protected bool $has_audio
Résultat boolean

$has_liked protected_oe property

Has Liked
protected bool $has_liked
Résultat boolean

$has_more_comments protected_oe property

Has more Comments
protected bool $has_more_comments
Résultat boolean

$id protected_oe property

Id
protected string $id
Résultat string

$image_versions2 protected_oe property

Image Versions
protected ImageVersions2,Instagram\API\Response\Model $image_versions2
Résultat ImageVersions2

$like_count protected_oe property

Like Count
protected int $like_count
Résultat integer

$likers protected_oe property

Likers
protected User[],Instagram\API\Response\Model $likers
Résultat User[]

$media_type protected_oe property

Media Type
protected int $media_type
Résultat integer

$original_height protected_oe property

Original Height
protected int $original_height
Résultat integer

$original_width protected_oe property

Original Width
protected int $original_width
Résultat integer

$photo_of_you protected_oe property

Photo of You
protected bool $photo_of_you
Résultat boolean

$pk protected_oe property

Id
protected string $pk
Résultat string

$taken_at protected_oe property

Taken At
protected float $taken_at
Résultat float

$user protected_oe property

User
protected User,Instagram\API\Response\Model $user
Résultat User

$video_versions protected_oe property

Video Versions
protected VideoVersion[],Instagram\API\Response\Model $video_versions
Résultat VideoVersion[]

$view_count protected_oe property

View Count
protected int $view_count
Résultat integer