Public Member Functions |
| EvalOverview ($db, $perm, $user) |
| createMainTable () |
| createGroupTitle ($rowTitles, $returnRow=false, $state=false) |
| createEvalRow ($eval, $number, $state, $open, $returnRow=false) |
| createEvalContent ($eval, $number, $state, $safeguard) |
| createInfoBox ($imgLogo) |
| createHeader ($safeguard, $templates=NULL, $foundTable="") |
| createNewEvalForm () |
| createShowRangeForm () |
| createSearchTemplateForm () |
| createInfoCol ($text) |
| createClosingRow () |
| callSafeguard ($evalAction, $evalID="", $showrangeID=NULL, $search=NULL, $referer=NULL) |
| createSafeguard ($sign, $text, $mode=NULL, $evalID=NULL, $showrangeID=NULL, $referer=NULL) |
| createRuntimeSettings ($eval, $state, $style) |
| createDomainSettings ($eval, $state, $style) |
| createDomainLinks ($search) |
| getPageCommand () |
Member Function Documentation
callSafeguard |
( |
|
$evalAction, |
|
|
|
$evalID = "" , |
|
|
|
$showrangeID = NULL , |
|
|
|
$search = NULL , |
|
|
|
$referer = NULL |
|
) |
| |
Creates a row with black line above (and "open all evals" link...?) public
createDomainLinks |
( |
|
$search | ) |
|
createDomainSettings |
( |
|
$eval, |
|
|
|
$state, |
|
|
|
$style |
|
) |
| |
the current eval-ranges and the options to copy and link ranges
private
- Parameters
-
$eval | the eval object |
$state | the eval's state (EVAL_STATE_NEW, EVAL_STATE_ACTIVE, ...) |
$style | the background style |
- Returns
- string the domain settings (html)
createEvalContent |
( |
|
$eval, |
|
|
|
$number, |
|
|
|
$state, |
|
|
|
$safeguard |
|
) |
| |
Test... public
- Parameters
-
createEvalRow |
( |
|
$eval, |
|
|
|
$number, |
|
|
|
$state, |
|
|
|
$open, |
|
|
|
$returnRow = false |
|
) |
| |
Test... public
- Parameters
-
| object | Evaluation $eval The evaluation |
string | $number | |
string | $state | |
string | $open | |
boolean | $returnRow | |
createGroupTitle |
( |
|
$rowTitles, |
|
|
|
$returnRow = false , |
|
|
|
$state = false |
|
) |
| |
Creates the funny blue small titlerows public
- Parameters
-
array | $rowTitles | An array with all col-titles |
boolean | $returnRow | If YES it returns the row not the table |
string | $state | |
createHeader |
( |
|
$safeguard, |
|
|
|
$templates = NULL , |
|
|
|
$foundTable = "" |
|
) |
| |
createInfoBox |
( |
|
$imgLogo | ) |
|
Creates an infobox with image public
- Parameters
-
string | $imgLogo | The big logo at the top |
Creates a gray col with text public
- Parameters
-
string | $text | The information |
createRuntimeSettings |
( |
|
$eval, |
|
|
|
$state, |
|
|
|
$style |
|
) |
| |
prints the tables for the runtime settings (start date, stop date...)
private
- Parameters
-
$eval | the eval object |
$state | the eval's state (EVAL_STATE_NEW, EVAL_STATE_ACTIVE, ...) |
$style | the background style |
- Returns
- string the runtime settings (html)
createSafeguard |
( |
|
$sign, |
|
|
|
$text, |
|
|
|
$mode = NULL , |
|
|
|
$evalID = NULL , |
|
|
|
$showrangeID = NULL , |
|
|
|
$referer = NULL |
|
) |
| |
creates the 'Safeguard'
private
- Parameters
-
sign | string Sign to draw (must be "ok" or "ausruf") |
text | string The Text to draw |
evalID | string needed if you want to delete an evaluation (not needed) |
createSearchTemplateForm |
( |
| ) |
|
Constructor public
- Parameters
-
object | DatabaseObject $db The database object |
object | Perm $perm The permission object |
object | User $user The user object |
checks which button was pressed
public
- Returns
- string the command
Field Documentation
The documentation for this class was generated from the following file: