コード例 #1
0
 /**
  * Returnes the sourcecode to the browser
  *
  * @return	void
  */
 function printContent()
 {
     echo $this->doc->render('Grid wizard', $this->content);
 }