コード例 #1
0
 /**
  * Fallback-method to supply normal HTML-response when not being called by ajax.
  * 
  * @param $content string HTML-content
  */
 static function set_non_ajax_content($content)
 {
     self::$non_ajax_content = $content;
 }