PHP Class Geo_MapLocationLanguage

Inheritance: extends DatabaseObject, implements IGeoMapLocationLanguage
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
__construct ( IGeoMapLocation $mapLocation = NULL, integer $languageId, array $p_languageSource = NULL, $p_forceExists = false )
getContentId ( ) : integer Return the location content identifier
isEnabled ( ) : boolean Point in this language is enabled?

Method Details

__construct() public méthode

public __construct ( IGeoMapLocation $mapLocation = NULL, integer $languageId, array $p_languageSource = NULL, $p_forceExists = false )
$mapLocation IGeoMapLocation
$languageId integer
$p_languageSource array

getContentId() public méthode

Return the location content identifier
public getContentId ( ) : integer
Résultat integer

isEnabled() public méthode

Point in this language is enabled?
public isEnabled ( ) : boolean
Résultat boolean

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