PHP 클래스 Alias

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Alias ( $p_idOrName = null ) Constructor.
GetAliases ( integer $p_id = null, integer $p_publicationId = null, string $p_name = null ) : array Get all the aliases that match the given criteria.
getId ( ) : integer
getName ( ) : string
getPublicationId ( ) : integer
setName ( $p_name )
setProperty ( $p_dbColumnName, $p_value, $p_commit = true, $p_isSql = false ) Wrapper around DatabaseObject::setProperty
setPublicationId ( integer $p_value ) : boolean

메소드 상세

Alias() 공개 메소드

Constructor.
public Alias ( $p_idOrName = null )

GetAliases() 공개 정적인 메소드

Get all the aliases that match the given criteria.
public static GetAliases ( integer $p_id = null, integer $p_publicationId = null, string $p_name = null ) : array
$p_id integer
$p_publicationId integer
$p_name string
리턴 array

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPublicationId() 공개 메소드

public getPublicationId ( ) : integer
리턴 integer

setName() 공개 메소드

public setName ( $p_name )

setProperty() 공개 메소드

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

setPublicationId() 공개 메소드

public setPublicationId ( integer $p_value ) : boolean
$p_value integer
리턴 boolean

프로퍼티 상세

$m_columnNames 공개적으로 프로퍼티

public $m_columnNames

$m_dbTableName 공개적으로 프로퍼티

public $m_dbTableName

$m_keyColumnNames 공개적으로 프로퍼티

public $m_keyColumnNames

$m_keyIsAutoIncrement 공개적으로 프로퍼티

public $m_keyIsAutoIncrement