|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Inheritance diagram for ilShopNewsItemList:
Collaboration diagram for ilShopNewsItemList:Public Member Functions | |
| hasItems () | |
| rewind () | |
| valid () | |
| current () | |
| key () | |
| next () | |
| _getInstance () | |
| read () | |
| reload () | |
| setArchiveDate ($a_archive_date) | |
| getArchiveDate () | |
| setPublicSection ($a_public_section) | |
| isPublicSection () | |
| setMode ($a_mode) | |
| getMode () | |
Data Fields | |
| const | TYPE_NEWS = 1 |
| const | TYPE_ARCHIVE = 2 |
Private Member Functions | |
| __construct () | |
| __clone () | |
Private Attributes | |
| $news = array() | |
| $mode = self::TYPE_NEWS | |
| $archive_date = null | |
| $public_section = false | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 9 of file class.ilShopNewsItemList.php.
|
private |
Definition at line 21 of file class.ilShopNewsItemList.php.
|
private |
Definition at line 25 of file class.ilShopNewsItemList.php.
| ilShopNewsItemList::_getInstance | ( | ) |
Definition at line 59 of file class.ilShopNewsItemList.php.
References $instance.
Referenced by ilShopNewsGUI\showArchive(), and ilShopNewsGUI\showNews().
Here is the caller graph for this function:| ilShopNewsItemList::current | ( | ) |
Definition at line 44 of file class.ilShopNewsItemList.php.
References current().
Referenced by current(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsItemList::getArchiveDate | ( | ) |
Definition at line 136 of file class.ilShopNewsItemList.php.
References $archive_date.
Referenced by read().
Here is the caller graph for this function:| ilShopNewsItemList::getMode | ( | ) |
Definition at line 156 of file class.ilShopNewsItemList.php.
References $mode.
Referenced by read().
Here is the caller graph for this function:| ilShopNewsItemList::hasItems | ( | ) |
Definition at line 29 of file class.ilShopNewsItemList.php.
| ilShopNewsItemList::isPublicSection | ( | ) |
Definition at line 146 of file class.ilShopNewsItemList.php.
References $public_section.
Referenced by read().
Here is the caller graph for this function:| ilShopNewsItemList::key | ( | ) |
Definition at line 49 of file class.ilShopNewsItemList.php.
References key().
Referenced by key().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsItemList::next | ( | ) |
Definition at line 54 of file class.ilShopNewsItemList.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsItemList::read | ( | ) |
Definition at line 69 of file class.ilShopNewsItemList.php.
References $data, $ilDB, $query, $result, getArchiveDate(), getMode(), isPublicSection(), TYPE_ARCHIVE, and TYPE_NEWS.
Referenced by reload().
Here is the call graph for this function:
Here is the caller graph for this function:| ilShopNewsItemList::reload | ( | ) |
Definition at line 123 of file class.ilShopNewsItemList.php.
References read().
Here is the call graph for this function:| ilShopNewsItemList::rewind | ( | ) |
Definition at line 34 of file class.ilShopNewsItemList.php.
| ilShopNewsItemList::setArchiveDate | ( | $a_archive_date | ) |
Definition at line 130 of file class.ilShopNewsItemList.php.
| ilShopNewsItemList::setMode | ( | $a_mode | ) |
Definition at line 150 of file class.ilShopNewsItemList.php.
| ilShopNewsItemList::setPublicSection | ( | $a_public_section | ) |
Definition at line 140 of file class.ilShopNewsItemList.php.
| ilShopNewsItemList::valid | ( | ) |
Definition at line 39 of file class.ilShopNewsItemList.php.
References current().
Here is the call graph for this function:
|
private |
Definition at line 18 of file class.ilShopNewsItemList.php.
Referenced by getArchiveDate().
|
staticprivate |
Definition at line 14 of file class.ilShopNewsItemList.php.
Referenced by _getInstance().
|
private |
Definition at line 17 of file class.ilShopNewsItemList.php.
Referenced by getMode().
|
private |
Definition at line 16 of file class.ilShopNewsItemList.php.
|
private |
Definition at line 19 of file class.ilShopNewsItemList.php.
Referenced by isPublicSection().
| const ilShopNewsItemList::TYPE_ARCHIVE = 2 |
Definition at line 12 of file class.ilShopNewsItemList.php.
Referenced by read(), and ilShopNewsGUI\showArchive().
| const ilShopNewsItemList::TYPE_NEWS = 1 |
Definition at line 11 of file class.ilShopNewsItemList.php.
Referenced by read(), and ilShopNewsGUI\showNews().