PHP 클래스 Geo_MapLocationContent

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

InsertContent() 공개 정적인 메소드

Inserts text content of the poi
public static InsertContent ( array $poi ) : integer
$poi array
리턴 integer

UpdateState() 공개 정적인 메소드

Updates visibility state of the poi
public static UpdateState ( array $poi ) : void
$poi array
리턴 void

UpdateText() 공개 정적인 메소드

Updates text content of the poi
public static UpdateText ( array $poi ) : void
$poi array
리턴 void

__construct() 공개 메소드

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

getContent() 공개 메소드

Get content
public getContent ( ) : string
리턴 string

getName() 공개 메소드

Get name
public getName ( ) : string
리턴 string

getText() 공개 메소드

Get text
public getText ( ) : string
리턴 string

프로퍼티 상세

$m_columnNames 공개적으로 프로퍼티

public array $m_columnNames
리턴 array

$m_dbTableName 공개적으로 프로퍼티

public string $m_dbTableName
리턴 string

$m_keyColumnNames 공개적으로 프로퍼티

public array $m_keyColumnNames
리턴 array