PHP 클래스 MetaMapLocation

상속: extends MetaDbObject
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
__construct ( IGeoMapLocation $p_dbObject = null )

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

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

getContent() 보호된 메소드

Get content
protected getContent ( ) : string
리턴 string

getLatitude() 보호된 메소드

Get latitude
protected getLatitude ( ) : float
리턴 float

getLongitude() 보호된 메소드

Get longitude
protected getLongitude ( ) : float
리턴 float

getMultimedia() 보호된 메소드

Get multimedia
protected getMultimedia ( ) : array
리턴 array of MetaMapLocationMultimedia

getName() 보호된 메소드

Get name
protected getName ( ) : string
리턴 string

getText() 보호된 메소드

Get text
protected getText ( ) : string
리턴 string

isEnabled() 보호된 메소드

Get enabled state
protected isEnabled ( ) : boolean
리턴 boolean