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 @@ - - - - - - - -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