PHP Class Instagram\API\Response\Model\User

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

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public getBiography ( ) : string
Résultat string

getBirthday() public méthode

public getBirthday ( ) : string
Résultat string

getCountryCode() public méthode

public getCountryCode ( ) : integer
Résultat integer

getEmail() public méthode

public getEmail ( ) : string
Résultat string

getExternalUrl() public méthode

public getExternalUrl ( ) : string
Résultat string

getFollowerCount() public méthode

public getFollowerCount ( ) : integer
Résultat integer

getFollowingCount() public méthode

public getFollowingCount ( ) : integer
Résultat integer

getFriendshipStatus() public méthode

public getFriendshipStatus ( ) : FriendshipStatus
Résultat FriendshipStatus

getFullName() public méthode

public getFullName ( ) : string
Résultat string

getGender() public méthode

public getGender ( ) : integer
Résultat integer

getGeoMediaCount() public méthode

public getGeoMediaCount ( ) : integer
Résultat integer

getHdProfilePicUrlInfo() public méthode

public getHdProfilePicUrlInfo ( ) : HDProfilePicURLInfo
Résultat HDProfilePicURLInfo

getHdProfilePicVersions() public méthode

public getHdProfilePicVersions ( ) : HDProfilePicURLInfo[]
Résultat HDProfilePicURLInfo[]

getMediaCount() public méthode

public getMediaCount ( ) : integer
Résultat integer

getMutualFollowersCount() public méthode

public getMutualFollowersCount ( ) : integer
Résultat integer

getNationalNumber() public méthode

public getNationalNumber ( ) : integer
Résultat integer

getPhoneNumber() public méthode

public getPhoneNumber ( ) : string
Résultat string

getPk() public méthode

public getPk ( ) : string
Résultat string

getProfilePicUrl() public méthode

public getProfilePicUrl ( ) : string
Résultat string

getUsername() public méthode

public getUsername ( ) : string
Résultat string

getUsertagsCount() public méthode

public getUsertagsCount ( ) : integer
Résultat integer

isHasAnonymousProfilePicture() public méthode

isIsBusiness() public méthode

public isIsBusiness ( ) : boolean
Résultat boolean

isIsFavourite() public méthode

public isIsFavourite ( ) : boolean
Résultat boolean

isIsPrivate() public méthode

public isIsPrivate ( ) : boolean
Résultat boolean

isIsUnpublished() public méthode

public isIsUnpublished ( ) : boolean
Résultat boolean

isIsVerified() public méthode

public isIsVerified ( ) : boolean
Résultat boolean

setBiography() public méthode

public setBiography ( string $biography )
$biography string

setBirthday() public méthode

public setBirthday ( string $birthday )
$birthday string

setCountryCode() public méthode

public setCountryCode ( integer $country_code )
$country_code integer

setEmail() public méthode

public setEmail ( string $email )
$email string

setExternalUrl() public méthode

public setExternalUrl ( string $external_url )
$external_url string

setFollowerCount() public méthode

public setFollowerCount ( integer $follower_count )
$follower_count integer

setFollowingCount() public méthode

public setFollowingCount ( integer $following_count )
$following_count integer

setFriendshipStatus() public méthode

public setFriendshipStatus ( FriendshipStatus $friendship_status )
$friendship_status FriendshipStatus

setFullName() public méthode

public setFullName ( string $full_name )
$full_name string

setGender() public méthode

public setGender ( integer $gender )
$gender integer

setGeoMediaCount() public méthode

public setGeoMediaCount ( integer $geo_media_count )
$geo_media_count integer

setHasAnonymousProfilePicture() public méthode

public setHasAnonymousProfilePicture ( boolean $has_anonymous_profile_picture )
$has_anonymous_profile_picture boolean

setHdProfilePicUrlInfo() public méthode

public setHdProfilePicUrlInfo ( HDProfilePicURLInfo $hd_profile_pic_url_info )
$hd_profile_pic_url_info HDProfilePicURLInfo

setHdProfilePicVersions() public méthode

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

setIsBusiness() public méthode

public setIsBusiness ( boolean $is_business )
$is_business boolean

setIsFavourite() public méthode

public setIsFavourite ( boolean $is_favourite )
$is_favourite boolean

setIsPrivate() public méthode

public setIsPrivate ( boolean $is_private )
$is_private boolean

setIsUnpublished() public méthode

public setIsUnpublished ( boolean $is_unpublished )
$is_unpublished boolean

setIsVerified() public méthode

public setIsVerified ( boolean $is_verified )
$is_verified boolean

setMediaCount() public méthode

public setMediaCount ( integer $media_count )
$media_count integer

setMutualFollowersCount() public méthode

public setMutualFollowersCount ( integer $mutual_followers_count )
$mutual_followers_count integer

setNationalNumber() public méthode

public setNationalNumber ( integer $national_number )
$national_number integer

setPhoneNumber() public méthode

public setPhoneNumber ( string $phone_number )
$phone_number string

setPk() public méthode

public setPk ( string $pk )
$pk string

setProfilePicUrl() public méthode

public setProfilePicUrl ( string $profile_pic_url )
$profile_pic_url string

setUsername() public méthode

public setUsername ( string $username )
$username string

setUsertagsCount() public méthode

public setUsertagsCount ( integer $usertags_count )
$usertags_count integer

Property Details

$biography protected_oe property

Biography
protected string $biography
Résultat string

$birthday protected_oe property

Birthday
protected string $birthday
Résultat string

$country_code protected_oe property

Country Code
protected int $country_code
Résultat integer

$email protected_oe property

Email
protected string $email
Résultat string

$external_url protected_oe property

External Url
protected string $external_url
Résultat string

$follower_count protected_oe property

Follower Count
protected int $follower_count
Résultat integer

$following_count protected_oe property

Following Count
protected int $following_count
Résultat integer

$friendship_status protected_oe property

Friendship Status
protected FriendshipStatus,Instagram\API\Response\Model $friendship_status
Résultat FriendshipStatus

$full_name protected_oe property

Full Name
protected string $full_name
Résultat string

$gender protected_oe property

Gender
protected int $gender
Résultat integer

$geo_media_count protected_oe property

Geo Media Count
protected int $geo_media_count
Résultat integer

$has_anonymous_profile_picture protected_oe property

Has Anonymous Profile Picture
protected bool $has_anonymous_profile_picture
Résultat 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
Résultat HDProfilePicURLInfo

$hd_profile_pic_versions protected_oe property

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

$is_business protected_oe property

Business
protected bool $is_business
Résultat boolean

$is_favourite protected_oe property

Favourite
protected bool $is_favourite
Résultat boolean

$is_private protected_oe property

Private
protected bool $is_private
Résultat boolean

$is_unpublished protected_oe property

Unpublished
protected bool $is_unpublished
Résultat boolean

$is_verified protected_oe property

Verified
protected bool $is_verified
Résultat boolean

$media_count protected_oe property

Media Count
protected int $media_count
Résultat integer

$mutual_followers_count protected_oe property

Mutual Followers Count
protected int $mutual_followers_count
Résultat integer

$national_number protected_oe property

National Phone Number
protected int $national_number
Résultat integer

$phone_number protected_oe property

Phone Number
protected string $phone_number
Résultat string

$pk protected_oe property

Id
protected string $pk
Résultat string

$profile_pic_url protected_oe property

Profile Picture Url
protected string $profile_pic_url
Résultat string

$username protected_oe property

Username
protected string $username
Résultat string

$usertags_count protected_oe property

User Tags Count
protected int $usertags_count
Résultat integer