ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (array $items=array()) | |
addItem (ilNotificationHandler $handler) | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Private Attributes | |
$items = array() | |
$index = 0 | |
Definition at line 3 of file class.ilNotificationHandlerIterator.php.
ilNotificationHandlerIterator::addItem | ( | ilNotificationHandler | $handler | ) |
Definition at line 13 of file class.ilNotificationHandlerIterator.php.
References $handler.
ilNotificationHandlerIterator::current | ( | ) |
Definition at line 22 of file class.ilNotificationHandlerIterator.php.
References $index.
ilNotificationHandlerIterator::key | ( | ) |
Definition at line 31 of file class.ilNotificationHandlerIterator.php.
References $index.
ilNotificationHandlerIterator::next | ( | ) |
Definition at line 36 of file class.ilNotificationHandlerIterator.php.
ilNotificationHandlerIterator::rewind | ( | ) |
Definition at line 41 of file class.ilNotificationHandlerIterator.php.
ilNotificationHandlerIterator::valid | ( | ) |
Definition at line 50 of file class.ilNotificationHandlerIterator.php.
|
private |
Definition at line 6 of file class.ilNotificationHandlerIterator.php.
|
private |
Definition at line 5 of file class.ilNotificationHandlerIterator.php.
Referenced by __construct().