PHP Class Instagram\API\Response\Model\User

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

Protected Properties

Property Type Description
$biography string Biography
$birthday string Birthday
$country_code integer Country Code
$email string Email
$external_url string External Url
$follower_count integer Follower Count
$following_count integer Following Count
$friendship_status FriendshipStatus Friendship Status
$full_name string Full Name
$gender integer Gender
$geo_media_count integer Geo Media Count
$has_anonymous_profile_picture boolean Has Anonymous Profile Picture
$hd_profile_pic_url_info HDProfilePicURLInfo HD Profile Picture URL Info
$hd_profile_pic_versions HDProfilePicURLInfo[] HD Profile Picture Versions
$is_business boolean Business
$is_favourite boolean Favourite
$is_private boolean Private
$is_unpublished boolean Unpublished
$is_verified boolean Verified
$media_count integer Media Count
$mutual_followers_count integer Mutual Followers Count
$national_number integer National Phone Number
$phone_number string Phone Number
$pk string Id
$profile_pic_url string Profile Picture Url
$username string Username
$usertags_count integer User Tags Count

Public Methods

Method Description
getBiography ( ) : string
getBirthday ( ) : string
getCountryCode ( ) : integer
getEmail ( ) : string
getExternalUrl ( ) : string
getFollowerCount ( ) : integer
getFollowingCount ( ) : integer
getFriendshipStatus ( ) : FriendshipStatus
getFullName ( ) : string
getGender ( ) : integer
getGeoMediaCount ( ) : integer
getHdProfilePicUrlInfo ( ) : HDProfilePicURLInfo
getHdProfilePicVersions ( ) : HDProfilePicURLInfo[]
getMediaCount ( ) : integer
getMutualFollowersCount ( ) : integer
getNationalNumber ( ) : integer
getPhoneNumber ( ) : string
getPk ( ) : string
getProfilePicUrl ( ) : string
getUsername ( ) : string
getUsertagsCount ( ) : integer
isHasAnonymousProfilePicture ( ) : boolean
isIsBusiness ( ) : boolean
isIsFavourite ( ) : boolean
isIsPrivate ( ) : boolean
isIsUnpublished ( ) : boolean
isIsVerified ( ) : boolean
setBiography ( string $biography )
setBirthday ( string $birthday )
setCountryCode ( integer $country_code )
setEmail ( string $email )
setExternalUrl ( string $external_url )
setFollowerCount ( integer $follower_count )
setFollowingCount ( integer $following_count )
setFriendshipStatus ( FriendshipStatus $friendship_status )
setFullName ( string $full_name )
setGender ( integer $gender )
setGeoMediaCount ( integer $geo_media_count )
setHasAnonymousProfilePicture ( boolean $has_anonymous_profile_picture )
setHdProfilePicUrlInfo ( HDProfilePicURLInfo $hd_profile_pic_url_info )
setHdProfilePicVersions ( HDProfilePicURLInfo[] $hd_profile_pic_versions )
setIsBusiness ( boolean $is_business )
setIsFavourite ( boolean $is_favourite )
setIsPrivate ( boolean $is_private )
setIsUnpublished ( boolean $is_unpublished )
setIsVerified ( boolean $is_verified )
setMediaCount ( integer $media_count )
setMutualFollowersCount ( integer $mutual_followers_count )
setNationalNumber ( integer $national_number )
setPhoneNumber ( string $phone_number )
setPk ( string $pk )
setProfilePicUrl ( string $profile_pic_url )
setUsername ( string $username )
setUsertagsCount ( integer $usertags_count )

Method Details

getBiography() public method

public getBiography ( ) : string
return string

getBirthday() public method

public getBirthday ( ) : string
return string

getCountryCode() public method

public getCountryCode ( ) : integer
return integer

getEmail() public method

public getEmail ( ) : string
return string

getExternalUrl() public method

public getExternalUrl ( ) : string
return string

getFollowerCount() public method

public getFollowerCount ( ) : integer
return integer

getFollowingCount() public method

public getFollowingCount ( ) : integer
return integer

getFriendshipStatus() public method

public getFriendshipStatus ( ) : FriendshipStatus
return FriendshipStatus

getFullName() public method

public getFullName ( ) : string
return string

getGender() public method

public getGender ( ) : integer
return integer

getGeoMediaCount() public method

public getGeoMediaCount ( ) : integer
return integer

getHdProfilePicUrlInfo() public method

public getHdProfilePicUrlInfo ( ) : HDProfilePicURLInfo
return HDProfilePicURLInfo

getHdProfilePicVersions() public method

public getHdProfilePicVersions ( ) : HDProfilePicURLInfo[]
return HDProfilePicURLInfo[]

getMediaCount() public method

public getMediaCount ( ) : integer
return integer

getMutualFollowersCount() public method

getNationalNumber() public method

public getNationalNumber ( ) : integer
return integer

getPhoneNumber() public method

public getPhoneNumber ( ) : string
return string

getPk() public method

public getPk ( ) : string
return string

getProfilePicUrl() public method

public getProfilePicUrl ( ) : string
return string

getUsername() public method

public getUsername ( ) : string
return string

getUsertagsCount() public method

public getUsertagsCount ( ) : integer
return integer

isHasAnonymousProfilePicture() public method

isIsBusiness() public method

public isIsBusiness ( ) : boolean
return boolean

isIsFavourite() public method

public isIsFavourite ( ) : boolean
return boolean

isIsPrivate() public method

public isIsPrivate ( ) : boolean
return boolean

isIsUnpublished() public method

public isIsUnpublished ( ) : boolean
return boolean

isIsVerified() public method

public isIsVerified ( ) : boolean
return boolean

setBiography() public method

public setBiography ( string $biography )
$biography string

setBirthday() public method

public setBirthday ( string $birthday )
$birthday string

setCountryCode() public method

public setCountryCode ( integer $country_code )
$country_code integer

setEmail() public method

public setEmail ( string $email )
$email string

setExternalUrl() public method

public setExternalUrl ( string $external_url )
$external_url string

setFollowerCount() public method

public setFollowerCount ( integer $follower_count )
$follower_count integer

setFollowingCount() public method

public setFollowingCount ( integer $following_count )
$following_count integer

setFriendshipStatus() public method

public setFriendshipStatus ( FriendshipStatus $friendship_status )
$friendship_status FriendshipStatus

setFullName() public method

public setFullName ( string $full_name )
$full_name string

setGender() public method

public setGender ( integer $gender )
$gender integer

setGeoMediaCount() public method

public setGeoMediaCount ( integer $geo_media_count )
$geo_media_count integer

setHasAnonymousProfilePicture() public method

public setHasAnonymousProfilePicture ( boolean $has_anonymous_profile_picture )
$has_anonymous_profile_picture boolean

setHdProfilePicUrlInfo() public method

public setHdProfilePicUrlInfo ( HDProfilePicURLInfo $hd_profile_pic_url_info )
$hd_profile_pic_url_info HDProfilePicURLInfo

setHdProfilePicVersions() public method

public setHdProfilePicVersions ( HDProfilePicURLInfo[] $hd_profile_pic_versions )
$hd_profile_pic_versions HDProfilePicURLInfo[]

setIsBusiness() public method

public setIsBusiness ( boolean $is_business )
$is_business boolean

setIsFavourite() public method

public setIsFavourite ( boolean $is_favourite )
$is_favourite boolean

setIsPrivate() public method

public setIsPrivate ( boolean $is_private )
$is_private boolean

setIsUnpublished() public method

public setIsUnpublished ( boolean $is_unpublished )
$is_unpublished boolean

setIsVerified() public method

public setIsVerified ( boolean $is_verified )
$is_verified boolean

setMediaCount() public method

public setMediaCount ( integer $media_count )
$media_count integer

setMutualFollowersCount() public method

public setMutualFollowersCount ( integer $mutual_followers_count )
$mutual_followers_count integer

setNationalNumber() public method

public setNationalNumber ( integer $national_number )
$national_number integer

setPhoneNumber() public method

public setPhoneNumber ( string $phone_number )
$phone_number string

setPk() public method

public setPk ( string $pk )
$pk string

setProfilePicUrl() public method

public setProfilePicUrl ( string $profile_pic_url )
$profile_pic_url string

setUsername() public method

public setUsername ( string $username )
$username string

setUsertagsCount() public method

public setUsertagsCount ( integer $usertags_count )
$usertags_count integer

Property Details

$biography protected_oe property

Biography
protected string $biography
return string

$birthday protected_oe property

Birthday
protected string $birthday
return string

$country_code protected_oe property

Country Code
protected int $country_code
return integer

$email protected_oe property

Email
protected string $email
return string

$external_url protected_oe property

External Url
protected string $external_url
return string

$follower_count protected_oe property

Follower Count
protected int $follower_count
return integer

$following_count protected_oe property

Following Count
protected int $following_count
return integer

$friendship_status protected_oe property

Friendship Status
protected FriendshipStatus,Instagram\API\Response\Model $friendship_status
return FriendshipStatus

$full_name protected_oe property

Full Name
protected string $full_name
return string

$gender protected_oe property

Gender
protected int $gender
return integer

$geo_media_count protected_oe property

Geo Media Count
protected int $geo_media_count
return integer

$has_anonymous_profile_picture protected_oe property

Has Anonymous Profile Picture
protected bool $has_anonymous_profile_picture
return boolean

$hd_profile_pic_url_info protected_oe property

HD Profile Picture URL Info
protected HDProfilePicURLInfo,Instagram\API\Response\Model $hd_profile_pic_url_info
return HDProfilePicURLInfo

$hd_profile_pic_versions protected_oe property

HD Profile Picture Versions
protected HDProfilePicURLInfo[],Instagram\API\Response\Model $hd_profile_pic_versions
return HDProfilePicURLInfo[]

$is_business protected_oe property

Business
protected bool $is_business
return boolean

$is_favourite protected_oe property

Favourite
protected bool $is_favourite
return boolean

$is_private protected_oe property

Private
protected bool $is_private
return boolean

$is_unpublished protected_oe property

Unpublished
protected bool $is_unpublished
return boolean

$is_verified protected_oe property

Verified
protected bool $is_verified
return boolean

$media_count protected_oe property

Media Count
protected int $media_count
return integer

$mutual_followers_count protected_oe property

Mutual Followers Count
protected int $mutual_followers_count
return integer

$national_number protected_oe property

National Phone Number
protected int $national_number
return integer

$phone_number protected_oe property

Phone Number
protected string $phone_number
return string

$pk protected_oe property

Id
protected string $pk
return string

$profile_pic_url protected_oe property

Profile Picture Url
protected string $profile_pic_url
return string

$username protected_oe property

Username
protected string $username
return string

$usertags_count protected_oe property

User Tags Count
protected int $usertags_count
return integer