Method |
Description |
|
__construct ( $p_idOrName = null ) |
|
|
delete ( ) |
|
|
getDescription ( integer $p_languageId ) : string |
Get the description in the given language. |
|
getDescriptionId ( ) : integer |
Get the description ID which is an index into the Translations table. |
|
getName ( ) : string |
|
|
getObjectTypeId ( ) : integer |
|
|
setDescription ( integer $p_languageId, string $p_text ) |
Set the description in the given language. |
|
setProperty ( $p_dbColumnName, $p_value, $p_commit = true, $p_isSql = false ) |
Wrapper around DatabaseObject::setProperty |
|