PHP 클래스 Geo_MapLocationLanguage

상속: extends DatabaseObject, implements IGeoMapLocationLanguage
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$m_columnNames array
$m_dbTableName string
$m_keyColumnNames array

공개 메소드들

메소드 설명
__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?

메소드 상세

__construct() 공개 메소드

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

getContentId() 공개 메소드

Return the location content identifier
public getContentId ( ) : integer
리턴 integer

isEnabled() 공개 메소드

Point in this language is enabled?
public isEnabled ( ) : boolean
리턴 boolean

프로퍼티 상세

$m_columnNames 공개적으로 프로퍼티

public array $m_columnNames
리턴 array

$m_dbTableName 공개적으로 프로퍼티

public string $m_dbTableName
리턴 string

$m_keyColumnNames 공개적으로 프로퍼티

public array $m_keyColumnNames
리턴 array