Class **Phalcon\\Assets\\Inline\\Css** ====================================== *extends* class :doc:`Phalcon\\Assets\\Inline ` .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` Represents an inlined CSS Methods ------- public **__construct** (*string* $content, [*boolean* $filter], [*array* $attributes]) public **getType** () inherited from :doc:`Phalcon\\Assets\\Inline ` ... public **getContent** () inherited from :doc:`Phalcon\\Assets\\Inline ` ... public **getFilter** () inherited from :doc:`Phalcon\\Assets\\Inline ` ... public **getAttributes** () inherited from :doc:`Phalcon\\Assets\\Inline ` ... public **setType** (*mixed* $type) inherited from :doc:`Phalcon\\Assets\\Inline ` Sets the inline's type public **setFilter** (*mixed* $filter) inherited from :doc:`Phalcon\\Assets\\Inline ` Sets if the resource must be filtered or not public **setAttributes** (*array* $attributes) inherited from :doc:`Phalcon\\Assets\\Inline ` Sets extra HTML attributes