|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class Collection. More...
Collaboration diagram for ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection:Public Member Functions | |
| getData () | |
| add (string $key, $value) | |
| get (string $key) | |
| is (string $key, $expected_value) | |
| exists (string $key) | |
| replace (string $key, $value) | |
Private Attributes | |
| array | $values = [] |
Class Collection.
Definition at line 29 of file Collection.php.
| ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection::add | ( | string | $key, |
| $value | |||
| ) |
| string | $key | |
| $value |
Definition at line 45 of file Collection.php.
References ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\exists().
Here is the call graph for this function:| ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection::exists | ( | string | $key | ) |
| string | $key |
Definition at line 76 of file Collection.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\add(), ilLMGSToolProvider\getToc(), ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\is(), and ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\replace().
Here is the caller graph for this function:| ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection::get | ( | string | $key | ) |
| string | $key |
Definition at line 57 of file Collection.php.
Referenced by ilLMGSToolProvider\getToc().
Here is the caller graph for this function:| ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection::getData | ( | ) |
Definition at line 36 of file Collection.php.
References ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\$values.
| ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection::is | ( | string | $key, |
| $expected_value | |||
| ) |
| string | $key | |
| $expected_value |
Definition at line 67 of file Collection.php.
References ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\exists().
Referenced by ilLMGSToolProvider\getToc().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection::replace | ( | string | $key, |
| $value | |||
| ) |
| string | $key | |
| $value |
Definition at line 85 of file Collection.php.
References ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\exists().
Here is the call graph for this function:
|
private |
Definition at line 31 of file Collection.php.
Referenced by ILIAS\GlobalScreen\ScreenContext\AdditionalData\Collection\getData().