Class: ItemType
Source Location: /blogs/inc/items/model/_itemtype.class.php
Class ItemType
Class Overview
|
ItemType Class Located in /blogs/inc/items/model/_itemtype.class.php [line 48] DataObject | --ItemTypeAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObject |
Inherited From DataObject
|
[ Top ]
Method Summary
| ItemType | ItemType() | Constructor |
| int | dbexists() | Check existence of specified item type ID in ptyp_ID unique field. |
| string | get_name() | Get the name of the ItemType |
| array | get_reserved_ids() | Returns array, which determinate the lower and upper limit of protected ID's |
| boolean | load_from_Request() | Load data from Request form fields. |
[ Top ]
Methods
Constructor ItemType [line 59]
|
Constructor
Parameters:| table | $db_row: | Database row |
[ Top ]
dbexists [line 114]
|
Check existence of specified item type ID in ptyp_ID unique field.
API Tags:
| Return: | ID if item type exists otherwise NULL/false |
Redefinition of:
- DataObject::dbexists()
- Check existence of specified value in unique field.
[ Top ]
get_reserved_ids [line 130]
|
Returns array, which determinate the lower and upper limit of protected ID's
[ Top ]
