Class: Element
Source Location: /blogs/inc/MODEL/_misc/_element.class.php
Class Element
Class Overview
|
User Element Element of users with specific permissions. Located in /blogs/inc/MODEL/_misc/_element.class.php [line 43] DataObject | --ElementAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObject |
Inherited From DataObject
|
[ Top ]
Method Summary
| Element | Element() | Constructor |
| void | name() | Template function: display name of item |
| void | name_return() | Template function: return name of item |
[ Top ]
Methods
Constructor Element [line 62]
|
Constructor
Parameters:| string | $tablename: | Name of table in database |
| string | $prefix: | Prefix of fields in the table |
| string | $dbIDname: | Name of the ID field (including prefix) |
| object DB | $db_row: | row |
[ Top ]
name [line 86]
|
Template function: display name of item
Parameters:| string | $format: | Output format, see format_to_output() |
| $disp: |
[ Top ]
name_return [line 104]
|
Template function: return name of item
Parameters:| string | $format: | Output format, see format_to_output() |
[ Top ]
