PHP Class UrlType

Inheritance: extends DatabaseObject
Exibir arquivo Open project: sourcefabric/newscoop Class Usage Examples

Public Properties

Property Type Description
$m_columnNames
$m_dbTableName
$m_keyColumnNames
$m_keyIsAutoIncrement

Public Methods

Method Description
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.

Method Details

GetByName() public static method

fn getDescription
public static GetByName ( $p_name )

GetUrlTypes() public static method

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

UrlType() public method

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

getDescription() public method

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

getId() public method

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

getName() public method

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

Property Details

$m_columnNames public_oe property

public $m_columnNames

$m_dbTableName public_oe property

public $m_dbTableName

$m_keyColumnNames public_oe property

public $m_keyColumnNames

$m_keyIsAutoIncrement public_oe property

public $m_keyIsAutoIncrement