Searched refs:valueSupplier (Results 1 – 2 of 2) sorted by relevance
21 protected $valueSupplier; variable in Assetic\\Extension\\Twig\\AsseticExtension23 …onstruct(AssetFactory $factory, $functions = array(), ValueSupplierInterface $valueSupplier = null) argument27 $this->valueSupplier = $valueSupplier;62 … 'vars' => null !== $this->valueSupplier ? new ValueContainer($this->valueSupplier) : array(),
24 private $valueSupplier; variable in Assetic\\Extension\\Twig\\ValueContainer26 public function __construct(ValueSupplierInterface $valueSupplier) argument28 $this->valueSupplier = $valueSupplier;76 $this->values = $this->valueSupplier->getValues();