Property | Type | Description | |
---|---|---|---|
$m_columnNames | array | ||
$m_dbTableName | string | ||
$m_exists | boolean | ||
$m_keyColumnNames | array | ||
$m_keyIsAutoIncrement | boolean |
Method | Description | |
---|---|---|
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. |
public static GetAuthorTypes ( ) : array | ||
return | array | An array of AuthorType objects. |
public __construct ( integer $p_authorTypeId = null ) : void | ||
$p_authorTypeId | integer | (optional) The author type identifier |
return | void |