PHP Класс UrlType

Наследование: extends DatabaseObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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