PHP Class Geo_MapLocationContent

Inheritance: extends DatabaseObject, implements IGeoMapLocationContent
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Свойство Type Description
$m_columnNames array
$m_dbTableName string
$m_keyColumnNames array

Méthodes publiques

Méthode Description
InsertContent ( array $poi ) : integer Inserts text content of the poi
UpdateState ( array $poi ) : void Updates visibility state of the poi
UpdateText ( array $poi ) : void Updates text content of the poi
__construct ( IGeoMapLocation $mapLocation = NULL, IGeoMapLocationLanguage $locationLanguage = NULL, array $p_contentSource = NULL, $p_forceExists = false )
getContent ( ) : string Get content
getName ( ) : string Get name
getText ( ) : string Get text

Method Details

InsertContent() public static méthode

Inserts text content of the poi
public static InsertContent ( array $poi ) : integer
$poi array
Résultat integer

UpdateState() public static méthode

Updates visibility state of the poi
public static UpdateState ( array $poi ) : void
$poi array
Résultat void

UpdateText() public static méthode

Updates text content of the poi
public static UpdateText ( array $poi ) : void
$poi array
Résultat void

__construct() public méthode

public __construct ( IGeoMapLocation $mapLocation = NULL, IGeoMapLocationLanguage $locationLanguage = NULL, array $p_contentSource = NULL, $p_forceExists = false )
$mapLocation IGeoMapLocation
$locationLanguage IGeoMapLocationLanguage
$p_contentSource array

getContent() public méthode

Get content
public getContent ( ) : string
Résultat string

getName() public méthode

Get name
public getName ( ) : string
Résultat string

getText() public méthode

Get text
public getText ( ) : string
Résultat string

Property Details

$m_columnNames public_oe property

public array $m_columnNames
Résultat array

$m_dbTableName public_oe property

public string $m_dbTableName
Résultat string

$m_keyColumnNames public_oe property

public array $m_keyColumnNames
Résultat array