|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Refinery\KeyValueAccess:
Collaboration diagram for ILIAS\Refinery\KeyValueAccess:Public Member Functions | |
| __construct (array $raw_values, Transformation $trafo) | |
| offsetExists ($offset) | |
| @inheritDoc More... | |
| offsetGet ($offset) | |
| @inheritDoc More... | |
| offsetSet ($offset, $value) | |
| @inheritDoc More... | |
| offsetUnset ($offset) | |
| @inheritDoc More... | |
| count () | |
| @inheritDoc More... | |
Private Member Functions | |
| getApplicator () | |
Private Attributes | |
| array | $raw_values |
| Transformation | $trafo |
Definition at line 27 of file KeyValueAccess.php.
| ILIAS\Refinery\KeyValueAccess::__construct | ( | array | $raw_values, |
| Transformation | $trafo | ||
| ) |
Definition at line 32 of file KeyValueAccess.php.
References ILIAS\Refinery\KeyValueAccess\$raw_values, and ILIAS\Refinery\KeyValueAccess\$trafo.
| ILIAS\Refinery\KeyValueAccess::count | ( | ) |
@inheritDoc
Definition at line 94 of file KeyValueAccess.php.
References ILIAS\Refinery\KeyValueAccess\count().
Referenced by ILIAS\Refinery\KeyValueAccess\count().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 60 of file KeyValueAccess.php.
References ILIAS\Refinery\KeyValueAccess\getApplicator().
Referenced by ILIAS\Refinery\KeyValueAccess\getApplicator(), and ILIAS\Refinery\KeyValueAccess\offsetGet().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Refinery\KeyValueAccess::offsetExists | ( | $offset | ) |
@inheritDoc
Definition at line 41 of file KeyValueAccess.php.
Referenced by ILIAS\Refinery\KeyValueAccess\offsetGet(), and ILIAS\Refinery\KeyValueAccess\offsetUnset().
Here is the caller graph for this function:| ILIAS\Refinery\KeyValueAccess::offsetGet | ( | $offset | ) |
@inheritDoc
Definition at line 49 of file KeyValueAccess.php.
References ILIAS\Refinery\KeyValueAccess\getApplicator(), and ILIAS\Refinery\KeyValueAccess\offsetExists().
Here is the call graph for this function:| ILIAS\Refinery\KeyValueAccess::offsetSet | ( | $offset, | |
| $value | |||
| ) |
@inheritDoc
Reimplemented in ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement.
Definition at line 76 of file KeyValueAccess.php.
| ILIAS\Refinery\KeyValueAccess::offsetUnset | ( | $offset | ) |
@inheritDoc
Reimplemented in ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement.
Definition at line 84 of file KeyValueAccess.php.
References ILIAS\Refinery\KeyValueAccess\offsetExists().
Here is the call graph for this function:
|
private |
Definition at line 29 of file KeyValueAccess.php.
Referenced by ILIAS\Refinery\KeyValueAccess\__construct(), and ILIAS\HTTP\Wrapper\SuperGlobalDropInReplacement\__construct().
|
private |
Definition at line 30 of file KeyValueAccess.php.
Referenced by ILIAS\Refinery\KeyValueAccess\__construct().