Standards  1.0
iForumSystem_Forum Interface Reference

Public Member Functions

 setName ($name)
 
 getName ()
 
 setDescription ($desc)
 
 getDescription ()
 
 setLocked ($locked=true)
 
 isLocked ()
 
 when ()
 

Static Public Member Functions

static getRawView ($injections, $level=1)
 

Data Fields

const iType = "Forum"
 
const iShort = "f"
 
const iParent = "iForumSystem"
 

Member Function Documentation

static getRawView (   $injections,
  $level = 1 
)
static
Returns
View object with the $injections injected.

Levels:

  • 1 small:
    • Rows:
      • "name": The forum name.
    • Injections:
      • "action": An area for actions(buttons) to go.

Example:

static protected function getRawView($inj, $level = 1) {
$view = new MyView($inj, $level); //This will create our new view and override the injections with $inj.
return $view;
}
when ( )

Returns a string containing the date this was created in mysql timestamp format.


The documentation for this interface was generated from the following file: