PHP Class Instagram\API\Response\Model\Place

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

Protected Properties

Property Type Description
$location Location Location
$subtitle string Sub Title
$title string Title

Public Methods

Method Description
getLocation ( ) : Location
getSubtitle ( ) : string
getTitle ( ) : string
setLocation ( Location $location )
setSubtitle ( string $subtitle )
setTitle ( string $title )

Method Details

getLocation() public method

public getLocation ( ) : Location
return Location

getSubtitle() public method

public getSubtitle ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

setLocation() public method

public setLocation ( Location $location )
$location Location

setSubtitle() public method

public setSubtitle ( string $subtitle )
$subtitle string

setTitle() public method

public setTitle ( string $title )
$title string

Property Details

$location protected_oe property

Location
protected Location,Instagram\API\Response\Model $location
return Location

$subtitle protected_oe property

Sub Title
protected string $subtitle
return string

$title protected_oe property

Title
protected string $title
return string