コード例 #1
0
ファイル: Listview.php プロジェクト: iensenfirippu/securipe
 /**
  * Converts the element into an HTML string
  * @param boolean $newline Specifies whether or not to start with a newline
  * @return string A string containing the entire HTML structure of the element and it's children
  **/
 public function ToString(&$newline)
 {
     $this->Finalize();
     return parent::ToString($newline);
 }