Assets\Manager::addInlineCss

public addInlineCss (mixed $content, [mixed $filter], [mixed $attributes]) Adds an inline Css to the ‘css’ collection

Assets\Manager::addInlineCodeByType

public addInlineCodeByType (mixed $type, Phalcon\Assets\Inline $code) Adds an inline code by its type

Assets\Manager::addInlineCode

public addInlineCode (Phalcon\Assets\Inline $code) Adds a raw inline code to the manager

Assets\Manager::addCss

public addCss (mixed $path, [mixed $local], [mixed $filter], [mixed $attributes]) Adds a Css resource to the ‘css’ collection $assets->addCss('css/bootstrap.css'); $assets->addCss('http://bootstrap.my-cdn.com/style.css', false);

Assets\Manager

Source on GitHub Manages collections of CSS/Javascript assets Methods public __construct ([array $options]) public setOptions (array $options) Sets the manager options public getOptions () Returns the manager options public useImplicitOutput (mixed $implicitOutput) Sets if the HTML generated must be directly printed or returned public addCss (mixed $path, [mixed $local], [mixed $filter], [mixed $attributes]) Adds a Css resource to the ‘css’ collection $assets->addCss('css/bootstrap.css'); $a

Assets\Inline\Js

extends class Phalcon\Assets\Inline Source on GitHub Represents an inline Javascript Methods public __construct (string $content, [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Inline ... public getContent () inherited from Phalcon\Assets\Inline ... public getFilter () inherited from Phalcon\Assets\Inline ... public getAttributes () inherited from Phalcon\Assets\Inline ... public setType (mixed $type) inherited from Phalcon\Assets\Inline Sets the in

Assets\Inline\Css

extends class Phalcon\Assets\Inline Source on GitHub Represents an inlined CSS Methods public __construct (string $content, [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Inline ... public getContent () inherited from Phalcon\Assets\Inline ... public getFilter () inherited from Phalcon\Assets\Inline ... public getAttributes () inherited from Phalcon\Assets\Inline ... public setType (mixed $type) inherited from Phalcon\Assets\Inline Sets the inline’s

Assets\Inline::setType

public setType (mixed $type) Sets the inline’s type

Assets\Inline::setFilter

public setFilter (mixed $filter) Sets if the resource must be filtered or not

Assets\Inline::setAttributes

public setAttributes (array $attributes) Sets extra HTML attributes