public function getGlobals() { return array( 'assetic' => array( 'debug' => $this->factory ->isDebug(), 'vars' => null !== $this->valueSupplier ? new ValueContainer($this->valueSupplier) : array(), ), ); }