30 if (is_integer($function) && is_string(
$options)) {
50 foreach ($this->
functions as $function => $filter) {
61 'debug' => $this->factory->isDebug(),
62 'vars' => null !== $this->valueSupplier ?
new ValueContainer($this->valueSupplier) :
array(),
Value Supplier Interface.
List implemented functions
if(!is_array($argv)) $options
Create styles array
The data for the language used.
The asset factory creates asset objects.
getFilterInvoker($function)
__construct(AssetFactory $factory, $functions=array(), ValueSupplierInterface $valueSupplier=null)
Container for values initialized lazily from a ValueSupplierInterface.