|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Mail\Autoresponder\AutoresponderArrayCollection:
Collaboration diagram for ILIAS\Mail\Autoresponder\AutoresponderArrayCollection:Public Member Functions | |
| __construct (private array $elements=[]) | |
| getIterator () | |
| offsetExists (int $offset) | |
| offsetGet (int $offset) | |
| offsetSet (int $offset, AutoresponderDto $value) | |
| offsetUnset (int $offset) | |
| count () | |
| add (AutoresponderDto $element) | |
| remove ($key) | |
| removeElement (AutoresponderDto $element) | |
| containsKey ($key) | |
| getKey (AutoresponderDto $element) | |
| clear () | |
| contains (AutoresponderDto $element) | |
| get ($key) | |
| set ($key, AutoresponderDto $value) | |
| isEmpty () | |
| getKeys () | |
| getValues () | |
| filter (callable $callable) | |
| slice (int $offset, ?int $length=null) | |
| toArray () | |
| equals ($other) | |
| add (AutoresponderDto $element) | |
| remove ($key) | |
| removeElement (AutoresponderDto $element) | |
| containsKey ($key) | |
| getKey (AutoresponderDto $element) | |
| clear () | |
| contains (AutoresponderDto $element) | |
| get ($key) | |
| set ($key, AutoresponderDto $value) | |
| isEmpty () | |
| getKeys () | |
| getValues () | |
| filter (callable $callable) | |
| slice (int $offset, ?int $length=null) | |
| toArray () | |
| equals ($other) | |
Definition at line 26 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::__construct | ( | private array | $elements = [] | ) |
| AutoresponderDto[]|array<int|string,AutoresponderDto> | $elements |
Definition at line 31 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::add | ( | AutoresponderDto | $element | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 71 of file AutoresponderArrayCollection.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\offsetSet().
Here is the caller graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::clear | ( | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 107 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::contains | ( | AutoresponderDto | $element | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 112 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::containsKey | ( | $key | ) |
| int | string | $key |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 93 of file AutoresponderArrayCollection.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\offsetExists(), and ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\remove().
Here is the caller graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::count | ( | ) |
Definition at line 66 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::equals | ( | $other | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 159 of file AutoresponderArrayCollection.php.
References ILIAS\UI\examples\Symbol\Glyph\Sort\sort(), and ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\toArray().
Here is the call graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::filter | ( | callable | $callable | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 142 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::get | ( | $key | ) |
| int | string | $key |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 117 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::getIterator | ( | ) |
Definition at line 35 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::getKey | ( | AutoresponderDto | $element | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 98 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::getKeys | ( | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 132 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::getValues | ( | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 137 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::isEmpty | ( | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 127 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::offsetExists | ( | int | $offset | ) |
Definition at line 40 of file AutoresponderArrayCollection.php.
References ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\containsKey().
Here is the call graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::offsetGet | ( | int | $offset | ) |
Definition at line 45 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::offsetSet | ( | int | $offset, |
| AutoresponderDto | $value | ||
| ) |
Definition at line 50 of file AutoresponderArrayCollection.php.
References ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\add().
Here is the call graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::offsetUnset | ( | int | $offset | ) |
Definition at line 61 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::remove | ( | $key | ) |
| string | int | $key |
| InvalidArgumentException |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 76 of file AutoresponderArrayCollection.php.
References ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\containsKey().
Here is the call graph for this function:| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::removeElement | ( | AutoresponderDto | $element | ) |
| InvalidArgumentException |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 84 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::set | ( | $key, | |
| AutoresponderDto | $value | ||
| ) |
| int | string | $key |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 122 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::slice | ( | int | $offset, |
| ?int | $length = null |
||
| ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 148 of file AutoresponderArrayCollection.php.
| ILIAS\Mail\Autoresponder\AutoresponderArrayCollection::toArray | ( | ) |
Implements ILIAS\Mail\Autoresponder\AutoresponderCollection.
Definition at line 154 of file AutoresponderArrayCollection.php.
Referenced by ILIAS\Mail\Autoresponder\AutoresponderArrayCollection\equals().
Here is the caller graph for this function: