Gumbo_Interface_Setting
Gumbo_Interface_List | --Gumbo_Interface_Setting
Setting Interface
This is a specialized type of List, in name only. It contains a list of data in key=>value pairs. It is primarily a helper to some class, or feature for holding information. The primary difference between a Setting and a List is a Setting requires a key reference (as a string). This key is used to retrieve a specific piece of information.
Author(s): |
Michael Luster <mluster79@yahoo.com> |
License: | New BSD License |
Copyright: | Copyright (c) 2007, iBayou, Michael Luster |
Link: | http://sourceforge.net/projects/phpgumbo |
Version: | 0.0.1 |
Inherited Methods
- Gumbo_Interface_List::add()
- Gumbo_Interface_List::exists()
- Gumbo_Interface_List::get()
- Gumbo_Interface_List::getAll()
- Gumbo_Interface_List::keys()
- Gumbo_Interface_List::remove()
- Gumbo_Interface_List::removeValue()
- Gumbo_Interface_List::reset()
- Gumbo_Interface_List::size()
- Gumbo_Interface_List::__get()
- Gumbo_Interface_List::__isset()
- Gumbo_Interface_List::__set()
- Gumbo_Interface_List::__unset()