|
ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilShopTopic. More...
Collaboration diagram for ilShopTopic: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 146 of file class.ilShopTopic.php.
References $ilDB, $result, and $row.
Referenced by ilShopTopicsGUI\showTopicsList().
Here is the caller graph for this function:| ilShopTopic::delete | ( | ) |
Definition at line 113 of file class.ilShopTopic.php.
References $result, and getId().
Here is the call graph for this function:| ilShopTopic::getChangeDate | ( | ) |
Definition at line 233 of file class.ilShopTopic.php.
References $changedate.
Referenced by save().
Here is the caller graph for this function:| ilShopTopic::getCreateDate | ( | ) |
Definition at line 225 of file class.ilShopTopic.php.
References $createdate.
Referenced by save().
Here is the caller graph for this function:| ilShopTopic::getCustomSorting | ( | ) |
Definition at line 249 of file class.ilShopTopic.php.
References $custom_sorting.
Referenced by saveCustomSorting().
Here is the caller graph for this function:| ilShopTopic::getId | ( | ) |
Definition at line 209 of file class.ilShopTopic.php.
References $id.
Referenced by delete(), save(), and saveCustomSorting().
Here is the caller graph for this function:| ilShopTopic::getSorting | ( | ) |
Definition at line 241 of file class.ilShopTopic.php.
References $sorting.
Referenced by save().
Here is the caller graph for this function:| ilShopTopic::getTitle | ( | ) |
Definition at line 217 of file class.ilShopTopic.php.
References $title.
Referenced by save().
Here is the caller graph for this function:
|
private |
Definition at line 38 of file class.ilShopTopic.php.
References $id, $result, $row, setChangeDate(), setCreateDate(), setCustomSorting(), setSorting(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopTopic::save | ( | ) |
Definition at line 67 of file class.ilShopTopic.php.
References getChangeDate(), getCreateDate(), getId(), getSorting(), and getTitle().
Here is the call graph for this function:| ilShopTopic::saveCustomSorting | ( | ) |
Definition at line 161 of file class.ilShopTopic.php.
References $res, getCustomSorting(), and getId().
Here is the call graph for this function:| ilShopTopic::setChangeDate | ( | $a_changedate | ) |
Definition at line 229 of file class.ilShopTopic.php.
Referenced by read().
Here is the caller graph for this function:| ilShopTopic::setCreateDate | ( | $a_createdate | ) |
Definition at line 221 of file class.ilShopTopic.php.
Referenced by read().
Here is the caller graph for this function:| ilShopTopic::setCustomSorting | ( | $a_custom_sorting | ) |
Definition at line 245 of file class.ilShopTopic.php.
Referenced by read().
Here is the caller graph for this function:| ilShopTopic::setId | ( | $a_id | ) |
Definition at line 205 of file class.ilShopTopic.php.
| ilShopTopic::setSorting | ( | $a_sorting | ) |
Definition at line 237 of file class.ilShopTopic.php.
Referenced by read().
Here is the caller graph for this function:| ilShopTopic::setTitle | ( | $a_title | ) |
Definition at line 213 of file class.ilShopTopic.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 19 of file class.ilShopTopic.php.
Referenced by getChangeDate().
|
private |
Definition at line 18 of file class.ilShopTopic.php.
Referenced by getCreateDate().
|
private |
Definition at line 20 of file class.ilShopTopic.php.
Referenced by getCustomSorting().
|
private |
Definition at line 22 of file class.ilShopTopic.php.
|
private |
Definition at line 15 of file class.ilShopTopic.php.
|
private |
Definition at line 17 of file class.ilShopTopic.php.
Referenced by getSorting().
|
private |
Definition at line 16 of file class.ilShopTopic.php.
Referenced by getTitle().