PHP Класс AuthorType

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

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

Свойство Тип Описание
$m_columnNames array
$m_dbTableName string
$m_exists boolean
$m_keyColumnNames array
$m_keyIsAutoIncrement boolean

Открытые методы

Метод Описание
GetAuthorTypes ( ) : array Get all the author types.
__construct ( integer $p_authorTypeId = null ) : void Constructor
create ( string $p_name = null ) : boolean
delete ( ) : boolean
getId ( ) : integer Get the id of the author type.
getName ( ) : string Get the name of the author type.
setName ( string $p_value ) : string Get the name of the author type.

Описание методов

GetAuthorTypes() публичный статический Метод

Get all the author types.
public static GetAuthorTypes ( ) : array
Результат array An array of AuthorType objects.

__construct() публичный Метод

Constructor
public __construct ( integer $p_authorTypeId = null ) : void
$p_authorTypeId integer (optional) The author type identifier
Результат void

create() публичный Метод

public create ( string $p_name = null ) : boolean
$p_name string
Результат boolean

delete() публичный Метод

public delete ( ) : boolean
Результат boolean

getId() публичный Метод

Get the id of the author type.
public getId ( ) : integer
Результат integer

getName() публичный Метод

Get the name of the author type.
public getName ( ) : string
Результат string

setName() публичный Метод

Get the name of the author type.
public setName ( string $p_value ) : string
$p_value string
Результат string

Описание свойств

$m_columnNames публичное свойство

public array $m_columnNames
Результат array

$m_dbTableName публичное свойство

public string $m_dbTableName
Результат string

$m_exists публичное свойство

public bool $m_exists
Результат boolean

$m_keyColumnNames публичное свойство

public array $m_keyColumnNames
Результат array

$m_keyIsAutoIncrement публичное свойство

public bool $m_keyIsAutoIncrement
Результат boolean