ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
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 25 of file AutoresponderCollection.php.
ILIAS\Mail\Autoresponder\AutoresponderCollection::add | ( | AutoresponderDto | $element | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::clear | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::contains | ( | AutoresponderDto | $element | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::containsKey | ( | $key | ) |
int | string | $key |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::equals | ( | $other | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::filter | ( | callable | $callable | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::get | ( | $key | ) |
int | string | $key |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::getKey | ( | AutoresponderDto | $element | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::getKeys | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::getValues | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::isEmpty | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::remove | ( | $key | ) |
string | int | $key |
InvalidArgumentException |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::removeElement | ( | AutoresponderDto | $element | ) |
InvalidArgumentException |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::set | ( | $key, | |
AutoresponderDto | $value | ||
) |
int | string | $key |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::slice | ( | int | $offset, |
?int | $length = null |
||
) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.
ILIAS\Mail\Autoresponder\AutoresponderCollection::toArray | ( | ) |
Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.