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/classMagic.html | 450 +++++++++++++++++++++++++++
1 file changed, 450 insertions(+)
create mode 100644 management-interface/lib/api/classMagic.html
(limited to 'management-interface/lib/api/classMagic.html')
diff --git a/management-interface/lib/api/classMagic.html b/management-interface/lib/api/classMagic.html
new file mode 100644
index 0000000..84796cd
--- /dev/null
+++ b/management-interface/lib/api/classMagic.html
@@ -0,0 +1,450 @@
+
+
+
+
+
+
+
PHP magic wrapper.
+ More...
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+ | Magic::__get |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+
+
Alias for offsetget()
+
- Returns
- mixed
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::__isset |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+
+
Alias for offsetexists()
+
- Returns
- mixed
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::__set |
+ ( |
+ |
+ $key, |
+
+
+ |
+ |
+ |
+ $val |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Alias for offsetset()
+
- Returns
- mixed
+
- Parameters
-
+
+ | $key | string |
+ | $val | scalar |
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::__unset |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+
+
Alias for offsetunset()
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::clear |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+ |
+
+abstract |
+
+
+
+
Unset key
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::exists |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+ |
+
+abstract |
+
+
+
+
Return TRUE if key is not empty
+
- Returns
- bool
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::get |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+ |
+
+abstract |
+
+
+
+
Retrieve contents of key
+
- Returns
- mixed
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::offsetexists |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+
+
Convenience method for checking property value
+
- Returns
- mixed
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::offsetget |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+
+
Convenience method for retrieving property value
+
- Returns
- mixed
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::offsetset |
+ ( |
+ |
+ $key, |
+
+
+ |
+ |
+ |
+ $val |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Convenience method for assigning property value
+
- Returns
- mixed
+
- Parameters
-
+
+ | $key | string |
+ | $val | scalar |
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::offsetunset |
+ ( |
+ |
+ $key | ) |
+ |
+
+
+
+
Convenience method for checking property value
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | Magic::set |
+ ( |
+ |
+ $key, |
+
+
+ |
+ |
+ |
+ $val |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+abstract |
+
+
+
+
Bind value to key
+
- Returns
- mixed
+
- Parameters
-
+
+ | $key | string |
+ | $val | mixed |
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
--
cgit v1.2.3-55-g7522