View handler.
More...
|
| | esc ($arg) |
| |
| | raw ($arg) |
| |
| | render ($file, $mime='text/html', array $hive=NULL, $ttl=0) |
| |
Encode characters to equivalent HTML entities
- Returns
- string
- Parameters
-
Decode HTML entities to equivalent characters
- Returns
- string
- Parameters
-
| View::render |
( |
|
$file, |
|
|
|
$mime = 'text/html', |
|
|
array |
$hive = NULL, |
|
|
|
$ttl = 0 |
|
) |
| |
Render template
- Returns
- string
- Parameters
-
| $file | string |
| $mime | string |
| $hive | array |
| $ttl | int |
| View::sandbox |
( |
array |
$hive = NULL | ) |
|
|
protected |
Create sandbox for template execution
- Returns
- string
- Parameters
-
The documentation for this class was generated from the following file: