ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilShopTopic. More...
Public Member Functions | |
__construct ($a_id=0) | |
save () | |
delete () | |
saveCustomSorting () | |
setId ($a_id) | |
getId () | |
setTitle ($a_title) | |
getTitle () | |
setCreateDate ($a_createdate) | |
getCreateDate () | |
setChangeDate ($a_changedate) | |
getChangeDate () | |
setSorting ($a_sorting) | |
getSorting () | |
setCustomSorting ($a_custom_sorting) | |
getCustomSorting () |
Static Public Member Functions | |
static | _lookupTitle ($a_id) |
Private Member Functions | |
read () |
Private Attributes | |
$id = 0 | |
$title = '' | |
$sorting = 0 | |
$createdate = 0 | |
$changedate = 0 | |
$custom_sorting = 0 | |
$db = null |
ilShopTopic::__construct | ( | $a_id = 0 | ) |
|
static |
Definition at line 167 of file class.ilShopTopic.php.
References $ilDB, $result, and $row.
Referenced by ilShopTopicsGUI\showTopicsList().
ilShopTopic::delete | ( | ) |
Definition at line 134 of file class.ilShopTopic.php.
References $result, and getId().
ilShopTopic::getChangeDate | ( | ) |
Definition at line 255 of file class.ilShopTopic.php.
References $changedate.
Referenced by save().
ilShopTopic::getCreateDate | ( | ) |
Definition at line 247 of file class.ilShopTopic.php.
References $createdate.
Referenced by save().
ilShopTopic::getCustomSorting | ( | ) |
Definition at line 271 of file class.ilShopTopic.php.
References $custom_sorting.
Referenced by saveCustomSorting().
ilShopTopic::getId | ( | ) |
Definition at line 231 of file class.ilShopTopic.php.
References $id.
Referenced by delete(), save(), and saveCustomSorting().
ilShopTopic::getSorting | ( | ) |
Definition at line 263 of file class.ilShopTopic.php.
References $sorting.
Referenced by save().
ilShopTopic::getTitle | ( | ) |
Definition at line 239 of file class.ilShopTopic.php.
References $title.
Referenced by save().
|
private |
Definition at line 59 of file class.ilShopTopic.php.
References $id, $result, $row, setChangeDate(), setCreateDate(), setCustomSorting(), setSorting(), and setTitle().
Referenced by __construct().
ilShopTopic::save | ( | ) |
Definition at line 88 of file class.ilShopTopic.php.
References getChangeDate(), getCreateDate(), getId(), getSorting(), and getTitle().
ilShopTopic::saveCustomSorting | ( | ) |
Definition at line 182 of file class.ilShopTopic.php.
References $res, getCustomSorting(), and getId().
ilShopTopic::setChangeDate | ( | $a_changedate | ) |
Definition at line 251 of file class.ilShopTopic.php.
Referenced by read().
ilShopTopic::setCreateDate | ( | $a_createdate | ) |
Definition at line 243 of file class.ilShopTopic.php.
Referenced by read().
ilShopTopic::setCustomSorting | ( | $a_custom_sorting | ) |
Definition at line 267 of file class.ilShopTopic.php.
Referenced by read().
ilShopTopic::setId | ( | $a_id | ) |
Definition at line 227 of file class.ilShopTopic.php.
ilShopTopic::setSorting | ( | $a_sorting | ) |
Definition at line 259 of file class.ilShopTopic.php.
Referenced by read().
ilShopTopic::setTitle | ( | $a_title | ) |
Definition at line 235 of file class.ilShopTopic.php.
Referenced by read().
|
private |
Definition at line 40 of file class.ilShopTopic.php.
Referenced by getChangeDate().
|
private |
Definition at line 39 of file class.ilShopTopic.php.
Referenced by getCreateDate().
|
private |
Definition at line 41 of file class.ilShopTopic.php.
Referenced by getCustomSorting().
|
private |
Definition at line 43 of file class.ilShopTopic.php.
|
private |
Definition at line 36 of file class.ilShopTopic.php.
|
private |
Definition at line 38 of file class.ilShopTopic.php.
Referenced by getSorting().
|
private |
Definition at line 37 of file class.ilShopTopic.php.
Referenced by getTitle().