PHP 클래스 ObjectType

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( $p_idOrName = null )
delete ( )
getDescription ( integer $p_languageId ) : string Get the description in the given language.
getDescriptionId ( ) : integer Get the description ID which is an index into the Translations table.
getName ( ) : string
getObjectTypeId ( ) : integer
setDescription ( integer $p_languageId, string $p_text ) Set the description in the given language.
setProperty ( $p_dbColumnName, $p_value, $p_commit = true, $p_isSql = false ) Wrapper around DatabaseObject::setProperty

메소드 상세

__construct() 공개 메소드

public __construct ( $p_idOrName = null )

delete() 공개 메소드

public delete ( )

getDescription() 공개 메소드

This is a convenience function that wraps the Translation::GetPhrase() function.
public getDescription ( integer $p_languageId ) : string
$p_languageId integer
리턴 string

getDescriptionId() 공개 메소드

Get the description ID which is an index into the Translations table.
public getDescriptionId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getObjectTypeId() 공개 메소드

public getObjectTypeId ( ) : integer
리턴 integer

setDescription() 공개 메소드

Set the description in the given language.
public setDescription ( integer $p_languageId, string $p_text )
$p_languageId integer
$p_text string

setProperty() 공개 메소드

Wrapper around DatabaseObject::setProperty
public setProperty ( $p_dbColumnName, $p_value, $p_commit = true, $p_isSql = false )

프로퍼티 상세

$m_columnNames 공개적으로 프로퍼티

public $m_columnNames

$m_dbTableName 공개적으로 프로퍼티

public $m_dbTableName

$m_keyColumnNames 공개적으로 프로퍼티

public $m_keyColumnNames

$m_keyIsAutoIncrement 공개적으로 프로퍼티

public $m_keyIsAutoIncrement