Assets\Inline

Source on GitHub

Represents an inline asset

$inline = new \Phalcon\Assets\Inline('js', 'alert("hello world");');

Methods

public getType ()

...

public getContent ()

...

public getFilter ()

...

public getAttributes ()

...

public __construct (string $type, string $content, [boolean $filter], [array $attributes])

Phalcon\Assets\Inline constructor

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

doc_Phalcon
2016-10-16 09:47:47
Comments
Leave a Comment

Please login to continue.