|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Container for values initialized lazily from a ValueSupplierInterface. More...
Inheritance diagram for Assetic\Extension\Twig\ValueContainer:
Collaboration diagram for Assetic\Extension\Twig\ValueContainer:Public Member Functions | |
| __construct (ValueSupplierInterface $valueSupplier) | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| getIterator () | |
| count () | |
Private Member Functions | |
| initialize () | |
Private Attributes | |
| $values | |
| $valueSupplier | |
Container for values initialized lazily from a ValueSupplierInterface.
Definition at line 21 of file ValueContainer.php.
| Assetic\Extension\Twig\ValueContainer::__construct | ( | ValueSupplierInterface | $valueSupplier | ) |
Definition at line 26 of file ValueContainer.php.
References Assetic\Extension\Twig\ValueContainer\$valueSupplier.
| Assetic\Extension\Twig\ValueContainer::count | ( | ) |
Definition at line 66 of file ValueContainer.php.
References Assetic\Extension\Twig\ValueContainer\count(), and Assetic\Extension\Twig\ValueContainer\initialize().
Referenced by Assetic\Extension\Twig\ValueContainer\count().
Here is the call graph for this function:
Here is the caller graph for this function:| Assetic\Extension\Twig\ValueContainer::getIterator | ( | ) |
Definition at line 59 of file ValueContainer.php.
References Assetic\Extension\Twig\ValueContainer\initialize().
Here is the call graph for this function:
|
private |
Definition at line 73 of file ValueContainer.php.
Referenced by Assetic\Extension\Twig\ValueContainer\count(), Assetic\Extension\Twig\ValueContainer\getIterator(), Assetic\Extension\Twig\ValueContainer\offsetExists(), and Assetic\Extension\Twig\ValueContainer\offsetGet().
Here is the caller graph for this function:| Assetic\Extension\Twig\ValueContainer::offsetExists | ( | $offset | ) |
Definition at line 31 of file ValueContainer.php.
References Assetic\Extension\Twig\ValueContainer\initialize().
Here is the call graph for this function:| Assetic\Extension\Twig\ValueContainer::offsetGet | ( | $offset | ) |
Definition at line 38 of file ValueContainer.php.
References Assetic\Extension\Twig\ValueContainer\initialize(), and sprintf.
Here is the call graph for this function:| Assetic\Extension\Twig\ValueContainer::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 49 of file ValueContainer.php.
| Assetic\Extension\Twig\ValueContainer::offsetUnset | ( | $offset | ) |
Definition at line 54 of file ValueContainer.php.
|
private |
Definition at line 23 of file ValueContainer.php.
|
private |
Definition at line 24 of file ValueContainer.php.
Referenced by Assetic\Extension\Twig\ValueContainer\__construct().