PHP 클래스 UrlType

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetByName ( $p_name ) fn getDescription
GetUrlTypes ( ) : array Return an array of all URL types.
UrlType ( integer $p_id = null ) Constructor.
getDescription ( ) : string Return the description of the URL Type.
getId ( ) : integer The unique ID of the URLType.
getName ( ) : string Return the name of this URLType.

메소드 상세

GetByName() 공개 정적인 메소드

fn getDescription
public static GetByName ( $p_name )

GetUrlTypes() 공개 정적인 메소드

Return an array of all URL types.
public static GetUrlTypes ( ) : array
리턴 array

UrlType() 공개 메소드

Constructor.
public UrlType ( integer $p_id = null )
$p_id integer

getDescription() 공개 메소드

Return the description of the URL Type.
public getDescription ( ) : string
리턴 string

getId() 공개 메소드

The unique ID of the URLType.
public getId ( ) : integer
리턴 integer

getName() 공개 메소드

Return the name of this URLType.
public getName ( ) : string
리턴 string

프로퍼티 상세

$m_columnNames 공개적으로 프로퍼티

public $m_columnNames

$m_dbTableName 공개적으로 프로퍼티

public $m_dbTableName

$m_keyColumnNames 공개적으로 프로퍼티

public $m_keyColumnNames

$m_keyIsAutoIncrement 공개적으로 프로퍼티

public $m_keyIsAutoIncrement