Class: GenericCategory
Source Location: /blogs/inc/MODEL/generic/_genericcategory.class.php
Class GenericCategory
Class Overview
|
Generic Category Class Located in /blogs/inc/MODEL/generic/_genericcategory.class.php [line 47] DataObject | --GenericElement | --GenericProperty | --GenericCategoryAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From GenericProperty Inherited From GenericElement Inherited From DataObject |
Inherited From GenericProperty
Inherited From GenericElement
Inherited From DataObject
|
[ Top ]
Property Summary
Method Summary
| GenericCategory | GenericCategory() | Constructor |
| void | add_children() | |
| void | disp_form() | Enter description here... |
| boolean | load_from_request() | Load data from Request form fields. |
| void | set() | Set param value |
[ Top ]
Properties
Methods
Constructor GenericCategory [line 61]
|
Constructor
Parameters:| table | $tablename: | Database row |
| $prefix: | ||
| $dbIDname: | ||
| $db_row: |
[ Top ]
add_children [line 126]
|
| &$GenericCategory: |
[ Top ]
load_from_request [line 81]
|
Load data from Request form fields.
API Tags:
| Return: | true if loaded data seems valid. |
[ Top ]
set [line 107]
|
Set param value
By default, all values will be considered strings
Parameters:| string | $parname: | parameter name |
| mixed | $parvalue: | parameter value |
Redefinition of:
- GenericProperty::set()
- Set param value
[ Top ]
