PHP Class Instagram\API\Response\Model\Location

Inheritance: extends Model
Show file Open project: liamcottle/instagram-sdk-php

Protected Properties

Property Type Description
$address string Address
$city string City
$facebook_places_id string Facebook Places ID
$lat integer Latitude
$lng integer Longitude
$name string Name
$pk integer Id

Public Methods

Method Description
getAddress ( ) : string
getCity ( ) : string
getFacebookPlacesId ( ) : string
getLat ( ) : integer
getLng ( ) : integer
getName ( ) : string
getPk ( ) : integer
setAddress ( string $address )
setCity ( string $city )
setFacebookPlacesId ( string $facebook_places_id )
setLat ( integer $lat )
setLng ( integer $lng )
setName ( string $name )
setPk ( integer $pk )

Method Details

getAddress() public method

public getAddress ( ) : string
return string

getCity() public method

public getCity ( ) : string
return string

getFacebookPlacesId() public method

public getFacebookPlacesId ( ) : string
return string

getLat() public method

public getLat ( ) : integer
return integer

getLng() public method

public getLng ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

getPk() public method

public getPk ( ) : integer
return integer

setAddress() public method

public setAddress ( string $address )
$address string

setCity() public method

public setCity ( string $city )
$city string

setFacebookPlacesId() public method

public setFacebookPlacesId ( string $facebook_places_id )
$facebook_places_id string

setLat() public method

public setLat ( integer $lat )
$lat integer

setLng() public method

public setLng ( integer $lng )
$lng integer

setName() public method

public setName ( string $name )
$name string

setPk() public method

public setPk ( integer $pk )
$pk integer

Property Details

$address protected property

Address
protected string $address
return string

$city protected property

City
protected string $city
return string

$facebook_places_id protected property

Facebook Places ID
protected string $facebook_places_id
return string

$lat protected property

Latitude
protected int $lat
return integer

$lng protected property

Longitude
protected int $lng
return integer

$name protected property

Name
protected string $name
return string

$pk protected property

Id
protected int $pk
return integer