From bab101a83b56f1fa31f415211df5e2569d75f3c6 Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Mon, 7 Jul 2014 15:34:40 +0200
Subject: Remove unintentionally added f3 docs
---
management-interface/lib/api/classMagic.html | 450 ---------------------------
1 file changed, 450 deletions(-)
delete 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
deleted file mode 100644
index 84796cd..0000000
--- a/management-interface/lib/api/classMagic.html
+++ /dev/null
@@ -1,450 +0,0 @@
-
-
-
-
-
-
-
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