Assets\Inline::getType

public getType () ...

Assets\Inline::getFilter

public getFilter () ...

Assets\Inline::getContent

public getContent () ...

Assets\Inline::getAttributes

public getAttributes () ...

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 (a

Assets\Filters\None::filter

public filter (mixed $content) Returns the content without be touched

Assets\Filters\None

implements Phalcon\Assets\FilterInterface Source on GitHub Returns the content without make any modification to the original source Methods public filter (mixed $content) Returns the content without be touched

Assets\Filters\Jsmin::filter

public filter (mixed $content) Filters the content using JSMIN

Assets\Filters\Jsmin

implements Phalcon\Assets\FilterInterface Source on GitHub Deletes the characters which are insignificant to JavaScript. Comments will be removed. Tabs will be replaced with spaces. Carriage returns will be replaced with linefeeds. Most spaces and linefeeds will be removed. Methods public filter (mixed $content) Filters the content using JSMIN

Assets\Filters\Cssmin::filter

public filter (mixed $content) Filters the content using CSSMIN