Свойство | Тип | Описание | |
---|---|---|---|
$m_columnNames | |||
$m_dbTableName | |||
$m_keyColumnNames |
Метод | Описание | |
---|---|---|
AddAuthorTypeToAuthor ( integer $p_authorId, integer $p_authorTypeId ) : void | ||
GetAuthorTypesByAuthor ( integer $p_authorId ) | ||
OnAuthorDelete ( integer $p_authorId ) : void | Remove author type pointers for the given author. | |
OnAuthorTypeDelete ( integer $p_authorTypeId ) : void | This is called when an author type is deleted. | |
ResetAuthorAssignedTypes ( integer $p_authorId = null ) : void | ||
__construct ( integer $p_authorId = null, integer $p_authorTypeId = null ) | Constructor | |
getAuthorId ( ) : integer | ||
getAuthorTypeId ( ) : integer |
public static GetAuthorTypesByAuthor ( integer $p_authorId ) | ||
$p_authorId | integer |
public static OnAuthorDelete ( integer $p_authorId ) : void | ||
$p_authorId | integer | |
Результат | void |
public static OnAuthorTypeDelete ( integer $p_authorTypeId ) : void | ||
$p_authorTypeId | integer | |
Результат | void |
public static ResetAuthorAssignedTypes ( integer $p_authorId = null ) : void | ||
$p_authorId | integer | |
Результат | void |
public __construct ( integer $p_authorId = null, integer $p_authorTypeId = null ) | ||
$p_authorId | integer | |
$p_authorTypeId | integer |