ILIAS
release_4-3 Revision
|
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().
ilShopNewsItemList::current | ( | ) |
Definition at line 44 of file class.ilShopNewsItemList.php.
Referenced by valid().
ilShopNewsItemList::getArchiveDate | ( | ) |
Definition at line 136 of file class.ilShopNewsItemList.php.
References $archive_date.
Referenced by read().
ilShopNewsItemList::getMode | ( | ) |
Definition at line 156 of file class.ilShopNewsItemList.php.
References $mode.
Referenced by read().
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().
ilShopNewsItemList::key | ( | ) |
Definition at line 49 of file class.ilShopNewsItemList.php.
ilShopNewsItemList::next | ( | ) |
Definition at line 54 of file class.ilShopNewsItemList.php.
ilShopNewsItemList::read | ( | ) |
Definition at line 69 of file class.ilShopNewsItemList.php.
References $data, $query, $result, getArchiveDate(), getMode(), and isPublicSection().
Referenced by reload().
ilShopNewsItemList::reload | ( | ) |
Definition at line 123 of file class.ilShopNewsItemList.php.
References read().
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().
|
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 ilShopNewsGUI\showArchive().
const ilShopNewsItemList::TYPE_NEWS = 1 |
Definition at line 11 of file class.ilShopNewsItemList.php.
Referenced by ilShopNewsGUI\showNews().