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/classPreview.html | 248 +++++++++++++++++++++++++ 1 file changed, 248 insertions(+) create mode 100644 management-interface/lib/api/classPreview.html (limited to 'management-interface/lib/api/classPreview.html') diff --git a/management-interface/lib/api/classPreview.html b/management-interface/lib/api/classPreview.html new file mode 100644 index 0000000..3606e0c --- /dev/null +++ b/management-interface/lib/api/classPreview.html @@ -0,0 +1,248 @@ + + + + + + + +Fat-Free Framework: Preview Class Reference + + + + + + +
+
+ + + + + + +
+
Fat-Free Framework +  3.2.2 +  Overview Class List Hierarchy +
+
+
+ + +
+
+
+Public Member Functions | +Protected Member Functions | +Protected Attributes | +List of all members
+
+
Preview Class Reference
+
+
+ +

Lightweight template engine. + More...

+
+ + Inheritance diagram for Preview:
+
+
+ + + + + + + + + + + + + + + + +

+Public Member Functions

 token ($str)
 
 resolve ($str, array $hive=NULL)
 
 render ($file, $mime='text/html', array $hive=NULL, $ttl=0)
 
- Public Member Functions inherited from View
 esc ($arg)
 
 raw ($arg)
 
 render ($file, $mime='text/html', array $hive=NULL, $ttl=0)
 
+ + + + + + +

+Protected Member Functions

 build ($node)
 
- Protected Member Functions inherited from View
 sandbox (array $hive=NULL)
 
+ + + + + + + + +

+Protected Attributes

$mime
 MIME type.
 
- Protected Attributes inherited from View
$view
 Template file.
 
+ + + + +

+Additional Inherited Members

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

Detailed Description

+

Lightweight template engine.

+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
Preview::build ( $node)
+
+protected
+
+

Assemble markup

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

Render template

+
Returns
string
+
Parameters
+ + + + + +
$filestring
$mimestring
$hivearray
$ttlint
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Preview::resolve ( $str,
array $hive = NULL 
)
+
+

Render template string

+
Returns
string
+
Parameters
+ + + +
$strstring
$hivearray
+
+
+ +
+
+ +
+
+ + + + + + + + +
Preview::token ( $str)
+
+

Convert token to variable

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