|
ILIAS
Release_3_10_x_branch Revision 61812
|
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 | ) |
Definition at line 45 of file class.ilShopTopic.php.
References read().
Here is the call graph for this function:
|
static |
Definition at line 149 of file class.ilShopTopic.php.
References $result, and DB_FETCHMODE_OBJECT.
Referenced by ilShopTopicsGUI\showTopicsList().
Here is the caller graph for this function:| ilShopTopic::delete | ( | ) |
Definition at line 122 of file class.ilShopTopic.php.
References $result.
| ilShopTopic::getChangeDate | ( | ) |
Definition at line 211 of file class.ilShopTopic.php.
References $changedate.
| ilShopTopic::getCreateDate | ( | ) |
Definition at line 203 of file class.ilShopTopic.php.
References $createdate.
| ilShopTopic::getCustomSorting | ( | ) |
Definition at line 227 of file class.ilShopTopic.php.
References $custom_sorting.
| ilShopTopic::getId | ( | ) |
| ilShopTopic::getSorting | ( | ) |
Definition at line 219 of file class.ilShopTopic.php.
References $sorting.
| ilShopTopic::getTitle | ( | ) |
|
private |
Definition at line 59 of file class.ilShopTopic.php.
References $id, $result, and DB_FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:| ilShopTopic::save | ( | ) |
Definition at line 85 of file class.ilShopTopic.php.
| ilShopTopic::saveCustomSorting | ( | ) |
Definition at line 164 of file class.ilShopTopic.php.
| ilShopTopic::setChangeDate | ( | $a_changedate | ) |
Definition at line 207 of file class.ilShopTopic.php.
| ilShopTopic::setCreateDate | ( | $a_createdate | ) |
Definition at line 199 of file class.ilShopTopic.php.
| ilShopTopic::setCustomSorting | ( | $a_custom_sorting | ) |
Definition at line 223 of file class.ilShopTopic.php.
| ilShopTopic::setId | ( | $a_id | ) |
Definition at line 183 of file class.ilShopTopic.php.
| ilShopTopic::setSorting | ( | $a_sorting | ) |
Definition at line 215 of file class.ilShopTopic.php.
| ilShopTopic::setTitle | ( | $a_title | ) |
Definition at line 191 of file class.ilShopTopic.php.
|
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().