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 @@ + + + + + + + +Fat-Free Framework: Magic Class Reference + + + + + + +
+
+ + + + + + +
+
Fat-Free Framework +  3.2.2 +  Overview Class List Hierarchy +
+
+
+ + +
+
+
+Public Member Functions | +List of all members
+
+
Magic Class Reference
+
+
+ +

PHP magic wrapper. + More...

+
+ + Inheritance diagram for Magic:
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 exists ($key)
 
 set ($key, $val)
 
 get ($key)
 
 clear ($key)
 
 offsetexists ($key)
 
 __isset ($key)
 
 offsetset ($key, $val)
 
 __set ($key, $val)
 
 offsetget ($key)
 
 __get ($key)
 
 offsetunset ($key)
 
 __unset ($key)
 
+

Detailed Description

+

PHP magic wrapper.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
Magic::__get ( $key)
+
+

Alias for offsetget()

+
Returns
mixed
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Magic::__isset ( $key)
+
+

Alias for offsetexists()

+
Returns
mixed
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Magic::__set ( $key,
 $val 
)
+
+

Alias for offsetset()

+
Returns
mixed
+
Parameters
+ + + +
$keystring
$valscalar
+
+
+ +
+
+ +
+
+ + + + + + + + +
Magic::__unset ( $key)
+
+

Alias for offsetunset()

+
Returns
NULL
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Magic::clear ( $key)
+
+abstract
+
+

Unset key

+
Returns
NULL
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Magic::exists ( $key)
+
+abstract
+
+

Return TRUE if key is not empty

+
Returns
bool
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
Magic::get ( $key)
+
+abstract
+
+

Retrieve contents of key

+
Returns
mixed
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Magic::offsetexists ( $key)
+
+

Convenience method for checking property value

+
Returns
mixed
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + + +
Magic::offsetget ( $key)
+
+

Convenience method for retrieving property value

+
Returns
mixed
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Magic::offsetset ( $key,
 $val 
)
+
+

Convenience method for assigning property value

+
Returns
mixed
+
Parameters
+ + + +
$keystring
$valscalar
+
+
+ +
+
+ +
+
+ + + + + + + + +
Magic::offsetunset ( $key)
+
+

Convenience method for checking property value

+
Returns
NULL
+
Parameters
+ + +
$keystring
+
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
Magic::set ( $key,
 $val 
)
+
+abstract
+
+

Bind value to key

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