From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Wed, 4 Jun 2014 14:27:03 +0200 Subject: Add webinterface with functionallity --- management-interface/lib/api/classView.html | 222 ++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 management-interface/lib/api/classView.html (limited to 'management-interface/lib/api/classView.html') diff --git a/management-interface/lib/api/classView.html b/management-interface/lib/api/classView.html new file mode 100644 index 0000000..b52f398 --- /dev/null +++ b/management-interface/lib/api/classView.html @@ -0,0 +1,222 @@ + + + + + + + +Fat-Free Framework: View Class Reference + + + + + + +
+
+ + + + + + +
+
Fat-Free Framework +  3.2.2 +  Overview Class List Hierarchy +
+
+
+ + +
+
+
+Public Member Functions | +Protected Member Functions | +Protected Attributes | +List of all members
+
+
View Class Reference
+
+
+ +

View handler. + More...

+
+ + Inheritance diagram for View:
+
+
+ + + + + + + + + +

+Public Member Functions

 esc ($arg)
 
 raw ($arg)
 
 render ($file, $mime='text/html', array $hive=NULL, $ttl=0)
 
+ + + +

+Protected Member Functions

 sandbox (array $hive=NULL)
 
+ + + + +

+Protected Attributes

$view
 Template file.
 
+ + + + +

+Additional Inherited Members

- Static Public Member Functions inherited from Prefab
static instance ()
 
+

Detailed Description

+

View handler.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
View::esc ( $arg)
+
+

Encode characters to equivalent HTML entities

+
Returns
string
+
Parameters
+ + +
$argmixed
+
+
+ +
+
+ +
+
+ + + + + + + + +
View::raw ( $arg)
+
+

Decode HTML entities to equivalent characters

+
Returns
string
+
Parameters
+ + +
$argmixed
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
View::render ( $file,
 $mime = 'text/html',
array $hive = NULL,
 $ttl = 0 
)
+
+

Render template

+
Returns
string
+
Parameters
+ + + + + +
$filestring
$mimestring
$hivearray
$ttlint
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
View::sandbox (array $hive = NULL)
+
+protected
+
+

Create sandbox for template execution

+
Returns
string
+
Parameters
+ + +
$hivearray
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
-- cgit v1.2.3-55-g7522