Documentation

內容目录

上一个主题

< Class Phalcon\Assets\Filters\None

下一个主题

Class Phalcon\Assets\Inline\Css >

本页

Class Phalcon\Assets\Inline

Source on GitHub

Represents an inline asset

<?php

 $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 (unknown $type)

Sets the inline’s type

public setFilter (unknown $filter)

Sets if the resource must be filtered or not

public setAttributes (array $attributes)

Sets extra HTML attributes

Follow along: