|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\ResourceStorage\Events\Subject:Public Member Functions | |
| __construct () | |
| attach (Observer $observer, Event $event) | |
| detach (Observer $observer, Event $event=Event::ALL) | |
Protected Member Functions | |
| initObserverGroup (string $group) | |
Protected Attributes | |
| array | $observer_groups = [] |
Definition at line 27 of file Subject.php.
| ILIAS\ResourceStorage\Events\Subject::__construct | ( | ) |
Definition at line 34 of file Subject.php.
References ALL, and ILIAS\ResourceStorage\Events\Subject\initObserverGroup().
Here is the call graph for this function:Definition at line 39 of file Subject.php.
References ILIAS\ResourceStorage\Events\Subject\initObserverGroup().
Here is the call graph for this function:| ILIAS\ResourceStorage\Events\Subject::detach | ( | Observer | $observer, |
| Event | $event = Event::ALL |
||
| ) |
Definition at line 46 of file Subject.php.
References $data, Vendor\Package\$e, ALL, ILIAS\ResourceStorage\Events\Observer\getId(), and ILIAS\ResourceStorage\Events\Subject\initObserverGroup().
Here is the call graph for this function:
|
protected |
Definition at line 82 of file Subject.php.
Referenced by ILIAS\ResourceStorage\Events\Subject\__construct(), ILIAS\ResourceStorage\Events\Subject\attach(), and ILIAS\ResourceStorage\Events\Subject\detach().
Here is the caller graph for this function:
|
protected |
Definition at line 32 of file Subject.php.