ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Mail\Autoresponder\AutoresponderCollection Interface Reference
+ Inheritance diagram for ILIAS\Mail\Autoresponder\AutoresponderCollection:
+ Collaboration diagram for ILIAS\Mail\Autoresponder\AutoresponderCollection:

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)
 

Detailed Description

Definition at line 25 of file AutoresponderCollection.php.

Member Function Documentation

◆ add()

ILIAS\Mail\Autoresponder\AutoresponderCollection::add ( AutoresponderDto  $element)

◆ clear()

ILIAS\Mail\Autoresponder\AutoresponderCollection::clear ( )

◆ contains()

ILIAS\Mail\Autoresponder\AutoresponderCollection::contains ( AutoresponderDto  $element)

◆ containsKey()

ILIAS\Mail\Autoresponder\AutoresponderCollection::containsKey (   $key)
Parameters
int | string$key

Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.

◆ equals()

ILIAS\Mail\Autoresponder\AutoresponderCollection::equals (   $other)

◆ filter()

ILIAS\Mail\Autoresponder\AutoresponderCollection::filter ( callable  $callable)

◆ get()

ILIAS\Mail\Autoresponder\AutoresponderCollection::get (   $key)
Parameters
int | string$key

Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.

◆ getKey()

ILIAS\Mail\Autoresponder\AutoresponderCollection::getKey ( AutoresponderDto  $element)

◆ getKeys()

ILIAS\Mail\Autoresponder\AutoresponderCollection::getKeys ( )
Returns
array<int|string> $key

Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.

◆ getValues()

ILIAS\Mail\Autoresponder\AutoresponderCollection::getValues ( )

◆ isEmpty()

ILIAS\Mail\Autoresponder\AutoresponderCollection::isEmpty ( )

◆ remove()

ILIAS\Mail\Autoresponder\AutoresponderCollection::remove (   $key)
Parameters
string | int$key
Exceptions
InvalidArgumentException

Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.

◆ removeElement()

ILIAS\Mail\Autoresponder\AutoresponderCollection::removeElement ( AutoresponderDto  $element)
Exceptions
InvalidArgumentException

Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.

◆ set()

ILIAS\Mail\Autoresponder\AutoresponderCollection::set (   $key,
AutoresponderDto  $value 
)
Parameters
int | string$key

Implemented in ILIAS\Mail\Autoresponder\AutoresponderArrayCollection.

◆ slice()

ILIAS\Mail\Autoresponder\AutoresponderCollection::slice ( int  $offset,
?int  $length = null 
)

◆ toArray()

ILIAS\Mail\Autoresponder\AutoresponderCollection::toArray ( )

The documentation for this interface was generated from the following file: