|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilUsersGalleryGroup:
Collaboration diagram for ilUsersGalleryGroup:Public Member Functions | |
| __construct (protected array $users) | |
| setHighlighted (bool $status) | |
| isHighlighted () | |
| setLabel (string $label) | |
| getLabel () | |
| setItems (array $items) | |
| getItems () | |
| count () | |
| current () | |
| next () | |
| key () | |
| valid () | |
| rewind () | |
| setHighlighted (bool $status) | |
| isHighlighted () | |
| getLabel () | |
| setLabel (string $label) | |
| setItems (array $items) | |
| getItems () | |
Protected Attributes | |
| bool | $highlighted = false |
| string | $label = '' |
Definition at line 21 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::__construct | ( | protected array | $users | ) |
| array<int,ilUsersGalleryUser> | $users |
Definition at line 29 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::count | ( | ) |
Definition at line 69 of file class.ilUsersGalleryGroup.php.
References count().
Referenced by count().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::current | ( | ) |
Definition at line 74 of file class.ilUsersGalleryGroup.php.
References current().
Referenced by current().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::getItems | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 64 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::getLabel | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 48 of file class.ilUsersGalleryGroup.php.
References $label.
| ilUsersGalleryGroup::isHighlighted | ( | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 38 of file class.ilUsersGalleryGroup.php.
References $highlighted.
| ilUsersGalleryGroup::key | ( | ) |
Definition at line 84 of file class.ilUsersGalleryGroup.php.
References key().
Referenced by key(), and valid().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::next | ( | ) |
Definition at line 79 of file class.ilUsersGalleryGroup.php.
References next().
Referenced by next().
Here is the call graph for this function:
Here is the caller graph for this function:| ilUsersGalleryGroup::rewind | ( | ) |
Definition at line 94 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setHighlighted | ( | bool | $status | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 33 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setItems | ( | array | $items | ) |
| array<int,ilUsersGalleryUser> | $items |
Implements ilUsersGalleryUserCollection.
Definition at line 56 of file class.ilUsersGalleryGroup.php.
| ilUsersGalleryGroup::setLabel | ( | string | $label | ) |
Implements ilUsersGalleryUserCollection.
Definition at line 43 of file class.ilUsersGalleryGroup.php.
References $label.
| ilUsersGalleryGroup::valid | ( | ) |
Definition at line 89 of file class.ilUsersGalleryGroup.php.
References key().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilUsersGalleryGroup.php.
Referenced by isHighlighted().
|
protected |
Definition at line 24 of file class.ilUsersGalleryGroup.php.
Referenced by getLabel(), and setLabel().