PHP 클래스 Instagram\API\Response\Model\User

상속: extends Model
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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 )

메소드 상세

getBiography() 공개 메소드

public getBiography ( ) : string
리턴 string

getBirthday() 공개 메소드

public getBirthday ( ) : string
리턴 string

getCountryCode() 공개 메소드

public getCountryCode ( ) : integer
리턴 integer

getEmail() 공개 메소드

public getEmail ( ) : string
리턴 string

getExternalUrl() 공개 메소드

public getExternalUrl ( ) : string
리턴 string

getFollowerCount() 공개 메소드

public getFollowerCount ( ) : integer
리턴 integer

getFollowingCount() 공개 메소드

public getFollowingCount ( ) : integer
리턴 integer

getFriendshipStatus() 공개 메소드

public getFriendshipStatus ( ) : FriendshipStatus
리턴 FriendshipStatus

getFullName() 공개 메소드

public getFullName ( ) : string
리턴 string

getGender() 공개 메소드

public getGender ( ) : integer
리턴 integer

getGeoMediaCount() 공개 메소드

public getGeoMediaCount ( ) : integer
리턴 integer

getHdProfilePicUrlInfo() 공개 메소드

public getHdProfilePicUrlInfo ( ) : HDProfilePicURLInfo
리턴 HDProfilePicURLInfo

getHdProfilePicVersions() 공개 메소드

public getHdProfilePicVersions ( ) : HDProfilePicURLInfo[]
리턴 HDProfilePicURLInfo[]

getMediaCount() 공개 메소드

public getMediaCount ( ) : integer
리턴 integer

getMutualFollowersCount() 공개 메소드

getNationalNumber() 공개 메소드

public getNationalNumber ( ) : integer
리턴 integer

getPhoneNumber() 공개 메소드

public getPhoneNumber ( ) : string
리턴 string

getPk() 공개 메소드

public getPk ( ) : string
리턴 string

getProfilePicUrl() 공개 메소드

public getProfilePicUrl ( ) : string
리턴 string

getUsername() 공개 메소드

public getUsername ( ) : string
리턴 string

getUsertagsCount() 공개 메소드

public getUsertagsCount ( ) : integer
리턴 integer

isHasAnonymousProfilePicture() 공개 메소드

isIsBusiness() 공개 메소드

public isIsBusiness ( ) : boolean
리턴 boolean

isIsFavourite() 공개 메소드

public isIsFavourite ( ) : boolean
리턴 boolean

isIsPrivate() 공개 메소드

public isIsPrivate ( ) : boolean
리턴 boolean

isIsUnpublished() 공개 메소드

public isIsUnpublished ( ) : boolean
리턴 boolean

isIsVerified() 공개 메소드

public isIsVerified ( ) : boolean
리턴 boolean

setBiography() 공개 메소드

public setBiography ( string $biography )
$biography string

setBirthday() 공개 메소드

public setBirthday ( string $birthday )
$birthday string

setCountryCode() 공개 메소드

public setCountryCode ( integer $country_code )
$country_code integer

setEmail() 공개 메소드

public setEmail ( string $email )
$email string

setExternalUrl() 공개 메소드

public setExternalUrl ( string $external_url )
$external_url string

setFollowerCount() 공개 메소드

public setFollowerCount ( integer $follower_count )
$follower_count integer

setFollowingCount() 공개 메소드

public setFollowingCount ( integer $following_count )
$following_count integer

setFriendshipStatus() 공개 메소드

public setFriendshipStatus ( FriendshipStatus $friendship_status )
$friendship_status FriendshipStatus

setFullName() 공개 메소드

public setFullName ( string $full_name )
$full_name string

setGender() 공개 메소드

public setGender ( integer $gender )
$gender integer

setGeoMediaCount() 공개 메소드

public setGeoMediaCount ( integer $geo_media_count )
$geo_media_count integer

setHasAnonymousProfilePicture() 공개 메소드

public setHasAnonymousProfilePicture ( boolean $has_anonymous_profile_picture )
$has_anonymous_profile_picture boolean

setHdProfilePicUrlInfo() 공개 메소드

public setHdProfilePicUrlInfo ( HDProfilePicURLInfo $hd_profile_pic_url_info )
$hd_profile_pic_url_info HDProfilePicURLInfo

setHdProfilePicVersions() 공개 메소드

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

setIsBusiness() 공개 메소드

public setIsBusiness ( boolean $is_business )
$is_business boolean

setIsFavourite() 공개 메소드

public setIsFavourite ( boolean $is_favourite )
$is_favourite boolean

setIsPrivate() 공개 메소드

public setIsPrivate ( boolean $is_private )
$is_private boolean

setIsUnpublished() 공개 메소드

public setIsUnpublished ( boolean $is_unpublished )
$is_unpublished boolean

setIsVerified() 공개 메소드

public setIsVerified ( boolean $is_verified )
$is_verified boolean

setMediaCount() 공개 메소드

public setMediaCount ( integer $media_count )
$media_count integer

setMutualFollowersCount() 공개 메소드

public setMutualFollowersCount ( integer $mutual_followers_count )
$mutual_followers_count integer

setNationalNumber() 공개 메소드

public setNationalNumber ( integer $national_number )
$national_number integer

setPhoneNumber() 공개 메소드

public setPhoneNumber ( string $phone_number )
$phone_number string

setPk() 공개 메소드

public setPk ( string $pk )
$pk string

setProfilePicUrl() 공개 메소드

public setProfilePicUrl ( string $profile_pic_url )
$profile_pic_url string

setUsername() 공개 메소드

public setUsername ( string $username )
$username string

setUsertagsCount() 공개 메소드

public setUsertagsCount ( integer $usertags_count )
$usertags_count integer

프로퍼티 상세

$biography 보호되어 있는 프로퍼티

Biography
protected string $biography
리턴 string

$birthday 보호되어 있는 프로퍼티

Birthday
protected string $birthday
리턴 string

$country_code 보호되어 있는 프로퍼티

Country Code
protected int $country_code
리턴 integer

$email 보호되어 있는 프로퍼티

Email
protected string $email
리턴 string

$external_url 보호되어 있는 프로퍼티

External Url
protected string $external_url
리턴 string

$follower_count 보호되어 있는 프로퍼티

Follower Count
protected int $follower_count
리턴 integer

$following_count 보호되어 있는 프로퍼티

Following Count
protected int $following_count
리턴 integer

$friendship_status 보호되어 있는 프로퍼티

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

$full_name 보호되어 있는 프로퍼티

Full Name
protected string $full_name
리턴 string

$gender 보호되어 있는 프로퍼티

Gender
protected int $gender
리턴 integer

$geo_media_count 보호되어 있는 프로퍼티

Geo Media Count
protected int $geo_media_count
리턴 integer

$has_anonymous_profile_picture 보호되어 있는 프로퍼티

Has Anonymous Profile Picture
protected bool $has_anonymous_profile_picture
리턴 boolean

$hd_profile_pic_url_info 보호되어 있는 프로퍼티

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

$hd_profile_pic_versions 보호되어 있는 프로퍼티

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

$is_business 보호되어 있는 프로퍼티

Business
protected bool $is_business
리턴 boolean

$is_favourite 보호되어 있는 프로퍼티

Favourite
protected bool $is_favourite
리턴 boolean

$is_private 보호되어 있는 프로퍼티

Private
protected bool $is_private
리턴 boolean

$is_unpublished 보호되어 있는 프로퍼티

Unpublished
protected bool $is_unpublished
리턴 boolean

$is_verified 보호되어 있는 프로퍼티

Verified
protected bool $is_verified
리턴 boolean

$media_count 보호되어 있는 프로퍼티

Media Count
protected int $media_count
리턴 integer

$mutual_followers_count 보호되어 있는 프로퍼티

Mutual Followers Count
protected int $mutual_followers_count
리턴 integer

$national_number 보호되어 있는 프로퍼티

National Phone Number
protected int $national_number
리턴 integer

$phone_number 보호되어 있는 프로퍼티

Phone Number
protected string $phone_number
리턴 string

$pk 보호되어 있는 프로퍼티

Id
protected string $pk
리턴 string

$profile_pic_url 보호되어 있는 프로퍼티

Profile Picture Url
protected string $profile_pic_url
리턴 string

$username 보호되어 있는 프로퍼티

Username
protected string $username
리턴 string

$usertags_count 보호되어 있는 프로퍼티

User Tags Count
protected int $usertags_count
리턴 integer