|
|
| setName ($name) |
| |
|
| getName () |
| |
|
| setDescription ($desc) |
| |
|
| getDescription () |
| |
|
| setLocked ($locked=true) |
| |
|
| isLocked () |
| |
| | when () |
| |
|
|
const | iType = "Forum" |
| |
|
const | iShort = "f" |
| |
|
const | iParent = "iForumSystem" |
| |
| static getRawView |
( |
|
$injections, |
|
|
|
$level = 1 |
|
) |
| |
|
static |
- Returns
- View object with the $injections injected.
Levels:
- 1 small:
- Rows:
- Injections:
- "action": An area for actions(buttons) to go.
Example:
static protected function getRawView($inj, $level = 1) {
$view = new MyView($inj, $level);
return $view;
}
Returns a string containing the date this was created in mysql timestamp format.
The documentation for this interface was generated from the following file: