51 $resources =
array($resources);
56 foreach ($resources as $resource) {
58 if (!$this->configCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getTimestamp($id)))) {
59 $formulae += $this->loader->load($resource);
60 $this->configCache->set($id, $formulae);
62 $formulae += $this->configCache->get($id);
Add rich text string
The name of the decorator.
A resource is something formulae can be loaded from.
A resource is something formulae can be loaded from.
Create styles array
The data for the language used.
A config cache stores values using var_export() and include.