public addInlineCss (mixed $content, [mixed $filter], [mixed $attributes]) Adds an inline Css to the ‘css’ collection
public addInlineCodeByType (mixed $type, Phalcon\Assets\Inline $code) Adds an inline code by its type
public addInlineCode (Phalcon\Assets\Inline $code) Adds a raw inline code to the manager
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);
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
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
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
public setType (mixed $type) Sets the inline’s type
public setFilter (mixed $filter) Sets if the resource must be filtered or not
public setAttributes (array $attributes) Sets extra HTML attributes
Page 363 of 382