mosEmpty Class Reference
List of all members.
|
Public Member Functions |
| | def ($key, $value='') |
| | get ($key, $default='') |
Detailed Description
Definition at line 3 of file mosEmpty.php.
Member Function Documentation
| mosEmpty::def |
( |
$ |
key, |
|
|
$ |
value = '' | |
|
) |
| | |
Definition at line 4 of file mosEmpty.php.
00004 {
00005 return 1;
00006 }
| mosEmpty::get |
( |
$ |
key, |
|
|
$ |
default = '' | |
|
) |
| | |
Definition at line 7 of file mosEmpty.php.
00007 {
00008 return 1;
00009 }
The documentation for this class was generated from the following file: