PHP Class Instagram\API\Response\Model\GeoMedia

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

Protected Properties

Property Type Description
$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

Public Methods

Method Description
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 )

Method Details

getDisplayUrl() public method

public getDisplayUrl ( ) : string
return string

getLat() public method

public getLat ( ) : integer
return integer

getLng() public method

public getLng ( ) : integer
return integer

getLowResUrl() public method

public getLowResUrl ( ) : string
return string

getMediaId() public method

public getMediaId ( ) : string
return string

getThumbnail() public method

public getThumbnail ( ) : string
return string

setDisplayUrl() public method

public setDisplayUrl ( string $display_url )
$display_url string

setLat() public method

public setLat ( integer $lat )
$lat integer

setLng() public method

public setLng ( integer $lng )
$lng integer

setLowResUrl() public method

public setLowResUrl ( string $low_res_url )
$low_res_url string

setMediaId() public method

public setMediaId ( string $media_id )
$media_id string

setThumbnail() public method

public setThumbnail ( string $thumbnail )
$thumbnail string

Property Details

$display_url protected_oe property

Display Url
protected string $display_url
return string

$lat protected_oe property

Latitude
protected int $lat
return integer

$lng protected_oe property

Longitude
protected int $lng
return integer

$low_res_url protected_oe property

Low Res Url
protected string $low_res_url
return string

$media_id protected_oe property

Media Id
protected string $media_id
return string

$thumbnail protected_oe property

Thumbnail
protected string $thumbnail
return string