Public Member Functions | |
| GenieGate_Properties_Section (&$pm, $uid, $skey) | |
| This is an emulated inner class, the preferred way to construct one of these is via GenieGate_Properties::getSection(). | |
| getDescription ($property_key=FALSE) | |
| Get the textual description of a property or section. | |
| getUserId () | |
| Returns the user ID. | |
| getSectionKey () | |
| Return the section key. | |
| getPropertyNames () | |
| Get a list of all supported properties. | |
| isProperty ($property) | |
| Tell if the specified property is supported. | |
| getProperty ($name) | |
| Get the specified property. | |
| setProperty ($name, $value) | |
| Sets the named property. | |
| removeAll () | |
| Removes all the properties for this section. | |
A section provides accessor methods to the individual properties.
Definition at line 9 of file Properties.php.
|
||||||||||||||||
|
This is an emulated inner class, the preferred way to construct one of these is via GenieGate_Properties::getSection().
Definition at line 22 of file Properties.php. |
|
|
Get the textual description of a property or section. If $property_key is FALSE or ommitted, returns the description of this section, otherwise returns the description of the specified property.
Definition at line 41 of file Properties.php. |
|
|
Get the specified property. Doesn't return anything if there is no property set.
Definition at line 78 of file Properties.php. Referenced by setProperty(). |
|
|
Get a list of all supported properties.
Definition at line 59 of file Properties.php. |
|
|
Return the section key.
Definition at line 53 of file Properties.php. |
|
|
Returns the user ID.
Definition at line 48 of file Properties.php. |
|
|
Tell if the specified property is supported. This only checks to see if the property name is recognized, it does not tell if the property actually has a value.
Definition at line 69 of file Properties.php. |
|
|
Removes all the properties for this section. This will delete all the properties in this section, (for the current user) Definition at line 119 of file Properties.php. |
|
||||||||||||
|
Sets the named property.
Definition at line 97 of file Properties.php. References getProperty(). |
Documentation generated by DoxyGen