PHP Class MetaMapLocation

Inheritance: extends MetaDbObject
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

Method Description
__construct ( IGeoMapLocation $p_dbObject = null )

Protected Methods

Method Description
getContent ( ) : string Get content
getLatitude ( ) : float Get latitude
getLongitude ( ) : float Get longitude
getMultimedia ( ) : array Get multimedia
getName ( ) : string Get name
getText ( ) : string Get text
isEnabled ( ) : boolean Get enabled state

Method Details

__construct() public method

public __construct ( IGeoMapLocation $p_dbObject = null )
$p_dbObject IGeoMapLocation

getContent() protected method

Get content
protected getContent ( ) : string
return string

getLatitude() protected method

Get latitude
protected getLatitude ( ) : float
return float

getLongitude() protected method

Get longitude
protected getLongitude ( ) : float
return float

getMultimedia() protected method

Get multimedia
protected getMultimedia ( ) : array
return array of MetaMapLocationMultimedia

getName() protected method

Get name
protected getName ( ) : string
return string

getText() protected method

Get text
protected getText ( ) : string
return string

isEnabled() protected method

Get enabled state
protected isEnabled ( ) : boolean
return boolean