PHP Class UrlType

Inheritance: extends DatabaseObject
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Свойство Type Description
$m_columnNames
$m_dbTableName
$m_keyColumnNames
$m_keyIsAutoIncrement

Méthodes publiques

Méthode 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 méthode

fn getDescription
public static GetByName ( $p_name )

GetUrlTypes() public static méthode

Return an array of all URL types.
public static GetUrlTypes ( ) : array
Résultat array

UrlType() public méthode

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

getDescription() public méthode

Return the description of the URL Type.
public getDescription ( ) : string
Résultat string

getId() public méthode

The unique ID of the URLType.
public getId ( ) : integer
Résultat integer

getName() public méthode

Return the name of this URLType.
public getName ( ) : string
Résultat 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