|
ILIAS
Release_4_2_x_branch Revision 61807
|
Inheritance diagram for ilNotificationHandlerIterator:
Collaboration diagram for ilNotificationHandlerIterator: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::__construct | ( | array | $items = array() | ) |
Definition at line 8 of file class.ilNotificationHandlerIterator.php.
References $items.
| ilNotificationHandlerIterator::addItem | ( | ilNotificationHandler | $handler | ) |
Definition at line 12 of file class.ilNotificationHandlerIterator.php.
| ilNotificationHandlerIterator::current | ( | ) |
Definition at line 20 of file class.ilNotificationHandlerIterator.php.
References $index.
| ilNotificationHandlerIterator::key | ( | ) |
Definition at line 28 of file class.ilNotificationHandlerIterator.php.
References $index.
| ilNotificationHandlerIterator::next | ( | ) |
Definition at line 32 of file class.ilNotificationHandlerIterator.php.
| ilNotificationHandlerIterator::rewind | ( | ) |
Definition at line 36 of file class.ilNotificationHandlerIterator.php.
| ilNotificationHandlerIterator::valid | ( | ) |
Definition at line 44 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().