| 
| static  | createTitle ($title, $iconURL="", $padding=0) | 
|   | 
| static  | createImage ($imgURL, $imgALT, $extra="") | 
|   | 
| static  | createEvalShowJS ( $isPreview=NO, $as_object=YES) | 
|   | 
| static  | createEvalShowLink ($evalID, $content, $isPreview=NO, $as_object=YES) | 
|   | 
| static  | createReportMessage ($text, $imgURL, $cssClass) | 
|   | 
| static  | showErrorReport (&$object, $errortitle="") | 
|   | 
| static  | createErrorReport (&$object, $errortitle="") | 
|   | 
| static  | getRangeID () | 
|   | 
| static  | date2timestamp ($day, $month, $year, $hour=0, $minute=0, $second=0) | 
|   | 
◆ createErrorReport()
  
  
      
        
          | static createErrorReport  | 
          ( | 
          &  | 
          $object,  | 
         
        
           | 
           | 
            | 
          $errortitle = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ createEvalShowJS()
  
  
      
        
          | static createEvalShowJS  | 
          ( | 
            | 
          $isPreview = NO,  | 
         
        
           | 
           | 
            | 
          $as_object = YES  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Creates the Javascript static function, which will open an evaluation popup 
 
 
◆ createEvalShowLink()
  
  
      
        
          | static createEvalShowLink  | 
          ( | 
            | 
          $evalID,  | 
         
        
           | 
           | 
            | 
          $content,  | 
         
        
           | 
           | 
            | 
          $isPreview = NO,  | 
         
        
           | 
           | 
            | 
          $as_object = YES  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Creates a link, which will open an evaluation popup 
 
 
◆ createImage()
  
  
      
        
          | static createImage  | 
          ( | 
            | 
          $imgURL,  | 
         
        
           | 
           | 
            | 
          $imgALT,  | 
         
        
           | 
           | 
            | 
          $extra = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Creates a simple image for the normal top of an modulepage 
- Parameters
 - 
  
    | string | $imgURL | The URL for the icon  | 
    | string | $imgALT | The description for the icon  | 
  
   
 
 
◆ createReportMessage()
  
  
      
        
          | static createReportMessage  | 
          ( | 
            | 
          $text,  | 
         
        
           | 
           | 
            | 
          $imgURL,  | 
         
        
           | 
           | 
            | 
          $cssClass  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Creates a reportmessage 
- Parameters
 - 
  
    | string | $text | The text to show  | 
    | string | $imgURL | The image to show  | 
    | string | $cssClass | The css class for the text  | 
  
   
 
 
◆ createTitle()
  
  
      
        
          | static createTitle  | 
          ( | 
            | 
          $title,  | 
         
        
           | 
           | 
            | 
          $iconURL = "",  | 
         
        
           | 
           | 
            | 
          $padding = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Creates this funny blue title bar 
- Parameters
 - 
  
    | string | $title | The title  | 
    | string | $iconURL | The URL for the icon  | 
  
   
 
 
◆ date2timestamp()
  
  
      
        
          | static date2timestamp  | 
          ( | 
            | 
          $day,  | 
         
        
           | 
           | 
            | 
          $month,  | 
         
        
           | 
           | 
            | 
          $year,  | 
         
        
           | 
           | 
            | 
          $hour = 0,  | 
         
        
           | 
           | 
            | 
          $minute = 0,  | 
         
        
           | 
           | 
            | 
          $second = 0  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Checks and transforms a date into a UNIX (r)(tm) timestamp @access public
- Parameters
 - 
  
    | integer | $day | The day  | 
    | integer | $month | The month  | 
    | integer | $year | The year  | 
    | integer | $hour | The hour (optional)  | 
    | integer | $minute | The minute (optional)  | 
    | integer | $second | The second (optional)  | 
  
   
- Returns
 - integer If an error occurs -> -1. Otherwise the UNIX-timestamp 
 
 
 
◆ getRangeID()
◆ showErrorReport()
  
  
      
        
          | static showErrorReport  | 
          ( | 
          &  | 
          $object,  | 
         
        
           | 
           | 
            | 
          $errortitle = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
Creates an errormessage from an object 
- Parameters
 - 
  
    | object | StudipObejct $object A Stud.IP-object  | 
  
   
 
 
The documentation for this class was generated from the following file: