Class Phalcon\Assets\Inline\Css
extends class Phalcon\Assets\Inline
implements Phalcon\Assets\ResourceInterface
Represents an inlined CSS
Methods
public __construct (string $content, [boolean $filter], [array $attributes])
Phalcon\Assets\Inline\Css Constructor
public string getType () inherited from Phalcon\Assets\Inline
Gets the resource's type.
public string getContent () inherited from Phalcon\Assets\Inline
Gets the content.
public boolean getFilter () inherited from Phalcon\Assets\Inline
Gets if the resource must be filtered or not.
public array getAttributes () inherited from Phalcon\Assets\Inline
Gets extra HTML attributes.
public self setType (string $type) inherited from Phalcon\Assets\Inline
Sets the inline's type
public self setFilter (boolean $filter) inherited from Phalcon\Assets\Inline
Sets if the resource must be filtered or not
public self setAttributes (array $attributes) inherited from Phalcon\Assets\Inline
Sets extra HTML attributes
public string getResourceKey () inherited from Phalcon\Assets\Inline
Gets the resource's key.