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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$display_url string Display Url
$lat integer Latitude
$lng integer Longitude
$low_res_url string Low Res Url
$media_id string Media Id
$thumbnail string Thumbnail

공개 메소드들

메소드 설명
getDisplayUrl ( ) : string
getLat ( ) : integer
getLng ( ) : integer
getLowResUrl ( ) : string
getMediaId ( ) : string
getThumbnail ( ) : string
setDisplayUrl ( string $display_url )
setLat ( integer $lat )
setLng ( integer $lng )
setLowResUrl ( string $low_res_url )
setMediaId ( string $media_id )
setThumbnail ( string $thumbnail )

메소드 상세

getDisplayUrl() 공개 메소드

public getDisplayUrl ( ) : string
리턴 string

getLat() 공개 메소드

public getLat ( ) : integer
리턴 integer

getLng() 공개 메소드

public getLng ( ) : integer
리턴 integer

getLowResUrl() 공개 메소드

public getLowResUrl ( ) : string
리턴 string

getMediaId() 공개 메소드

public getMediaId ( ) : string
리턴 string

getThumbnail() 공개 메소드

public getThumbnail ( ) : string
리턴 string

setDisplayUrl() 공개 메소드

public setDisplayUrl ( string $display_url )
$display_url string

setLat() 공개 메소드

public setLat ( integer $lat )
$lat integer

setLng() 공개 메소드

public setLng ( integer $lng )
$lng integer

setLowResUrl() 공개 메소드

public setLowResUrl ( string $low_res_url )
$low_res_url string

setMediaId() 공개 메소드

public setMediaId ( string $media_id )
$media_id string

setThumbnail() 공개 메소드

public setThumbnail ( string $thumbnail )
$thumbnail string

프로퍼티 상세

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

Display Url
protected string $display_url
리턴 string

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

Latitude
protected int $lat
리턴 integer

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

Longitude
protected int $lng
리턴 integer

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

Low Res Url
protected string $low_res_url
리턴 string

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

Media Id
protected string $media_id
리턴 string

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

Thumbnail
protected string $thumbnail
리턴 string