public useImplicitOutput (mixed $implicitOutput) Sets if the HTML generated must be directly printed or returned
public outputCss ([string $collectionName]) Prints the HTML for CSS resources
public set (mixed $id, Phalcon\Assets\Collection $collection) Sets a collection in the Assets Manager $assets->set('js', $collection);
public outputInlineCss ([string $collectionName]) Prints the HTML for inline CSS
public outputInlineJs ([string $collectionName]) Prints the HTML for inline JS
public outputInline (Phalcon\Assets\Collection $collection, string $type) Traverses a collection and generate its HTML
public outputJs ([string $collectionName]) Prints the HTML for JS resources
public setOptions (array $options) Sets the manager options
public getCss () Returns the CSS collection of assets
public getOptions () Returns the manager options
Page 361 of 382