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 @@
+
+
+
+
+
+
+
View handler.
+ More...
+
+
+
+
+
+

+
+
+
+ |
+| | esc ($arg) |
+| |
+| | raw ($arg) |
+| |
+| | render ($file, $mime='text/html', array $hive=NULL, $ttl=0) |
+| |
+
+ |
+|
+ | $view |
+| | Template file.
|
+| |
+
+
+
+
+
+
+
+
+ | View::esc |
+ ( |
+ |
+ $arg | ) |
+ |
+
+
+
+
Encode characters to equivalent HTML entities
+
- Returns
- string
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | View::raw |
+ ( |
+ |
+ $arg | ) |
+ |
+
+
+
+
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:
+
--
cgit v1.2.3-55-g7522