PHP Class Instagram\API\Response\Model\FeedItem

Inheritance: extends Model
Datei anzeigen Open project: liamcottle/instagram-sdk-php

Protected Properties

Property 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

Public Methods

Method 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 method

public getCaption ( ) : Caption
return Caption

getCode() public method

public getCode ( ) : string
return string

getCommentCount() public method

public getCommentCount ( ) : integer
return integer

getComments() public method

public getComments ( ) : Comment[]
return Comment[]

getDeviceTimestamp() public method

public getDeviceTimestamp ( ) : float
return float

getDrAdType() public method

public getDrAdType ( ) : integer
return integer

getFilterType() public method

public getFilterType ( ) : integer
return integer

getId() public method

public getId ( ) : string
return string

getImageVersions2() public method

public getImageVersions2 ( ) : ImageVersions2
return ImageVersions2

getLikeCount() public method

public getLikeCount ( ) : integer
return integer

getLikers() public method

public getLikers ( ) : User[]
return User[]

getMediaType() public method

public getMediaType ( ) : integer
return integer

getOriginalHeight() public method

public getOriginalHeight ( ) : integer
return integer

getOriginalWidth() public method

public getOriginalWidth ( ) : integer
return integer

getPk() public method

public getPk ( ) : string
return string

getTakenAt() public method

public getTakenAt ( ) : float
return float

getUser() public method

public getUser ( ) : User
return User

getVideoVersions() public method

public getVideoVersions ( ) : VideoVersion[]
return VideoVersion[]

getViewCount() public method

public getViewCount ( ) : integer
return integer

isAd() public method

Is Ad
public isAd ( ) : boolean
return boolean

isCaptionIsEdited() public method

public isCaptionIsEdited ( ) : boolean
return boolean

isHasAudio() public method

public isHasAudio ( ) : boolean
return boolean

isHasLiked() public method

public isHasLiked ( ) : boolean
return boolean

isHasMoreComments() public method

public isHasMoreComments ( ) : boolean
return boolean

isImage() public method

Is Image
public isImage ( ) : boolean
return boolean

isPhotoOfYou() public method

public isPhotoOfYou ( ) : boolean
return boolean

isVideo() public method

Is Video
public isVideo ( ) : boolean
return boolean

setCaption() public method

public setCaption ( Caption $caption )
$caption Caption

setCaptionIsEdited() public method

public setCaptionIsEdited ( boolean $caption_is_edited )
$caption_is_edited boolean

setCode() public method

public setCode ( string $code )
$code string

setCommentCount() public method

public setCommentCount ( integer $comment_count )
$comment_count integer

setComments() public method

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

setDeviceTimestamp() public method

public setDeviceTimestamp ( float $device_timestamp )
$device_timestamp float

setDrAdType() public method

public setDrAdType ( integer $dr_ad_type )
$dr_ad_type integer

setFilterType() public method

public setFilterType ( integer $filter_type )
$filter_type integer

setHasAudio() public method

public setHasAudio ( boolean $has_audio )
$has_audio boolean

setHasLiked() public method

public setHasLiked ( boolean $has_liked )
$has_liked boolean

setHasMoreComments() public method

public setHasMoreComments ( boolean $has_more_comments )
$has_more_comments boolean

setId() public method

public setId ( string $id )
$id string

setImageVersions2() public method

public setImageVersions2 ( ImageVersions2 $image_versions2 )
$image_versions2 ImageVersions2

setLikeCount() public method

public setLikeCount ( integer $like_count )
$like_count integer

setLikers() public method

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

setMediaType() public method

public setMediaType ( integer $media_type )
$media_type integer

setOriginalHeight() public method

public setOriginalHeight ( integer $original_height )
$original_height integer

setOriginalWidth() public method

public setOriginalWidth ( integer $original_width )
$original_width integer

setPhotoOfYou() public method

public setPhotoOfYou ( boolean $photo_of_you )
$photo_of_you boolean

setPk() public method

public setPk ( string $pk )
$pk string

setTakenAt() public method

public setTakenAt ( float $taken_at )
$taken_at float

setUser() public method

public setUser ( User $user )
$user User

setVideoVersions() public method

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

setViewCount() public method

public setViewCount ( integer $view_count )
$view_count integer

Property Details

$caption protected_oe property

Caption
protected Caption $caption
return Caption

$caption_is_edited protected_oe property

Caption is Edited
protected bool $caption_is_edited
return boolean

$code protected_oe property

Code
protected string $code
return string

$comment_count protected_oe property

Comment Count
protected int $comment_count
return integer

$comments protected_oe property

Comments
protected Comment[],Instagram\API\Response\Model $comments
return Comment[]

$device_timestamp protected_oe property

Device Timestamp
protected float $device_timestamp
return float

$dr_ad_type protected_oe property

Ad Type
protected int $dr_ad_type
return integer

$filter_type protected_oe property

Filter Type
protected int $filter_type
return integer

$has_audio protected_oe property

Has Audio
protected bool $has_audio
return boolean

$has_liked protected_oe property

Has Liked
protected bool $has_liked
return boolean

$has_more_comments protected_oe property

Has more Comments
protected bool $has_more_comments
return boolean

$id protected_oe property

Id
protected string $id
return string

$image_versions2 protected_oe property

Image Versions
protected ImageVersions2,Instagram\API\Response\Model $image_versions2
return ImageVersions2

$like_count protected_oe property

Like Count
protected int $like_count
return integer

$likers protected_oe property

Likers
protected User[],Instagram\API\Response\Model $likers
return User[]

$media_type protected_oe property

Media Type
protected int $media_type
return integer

$original_height protected_oe property

Original Height
protected int $original_height
return integer

$original_width protected_oe property

Original Width
protected int $original_width
return integer

$photo_of_you protected_oe property

Photo of You
protected bool $photo_of_you
return boolean

$pk protected_oe property

Id
protected string $pk
return string

$taken_at protected_oe property

Taken At
protected float $taken_at
return float

$user protected_oe property

User
protected User,Instagram\API\Response\Model $user
return User

$video_versions protected_oe property

Video Versions
protected VideoVersion[],Instagram\API\Response\Model $video_versions
return VideoVersion[]

$view_count protected_oe property

View Count
protected int $view_count
return integer