cdata() public method

Render plain text data
public cdata ( $text )
$text
コード例 #1
0
ファイル: renderer.php プロジェクト: nunoflores/driver
 function cdata($text)
 {
     parent::cdata($text);
     global $hasContent;
     $hasContent = true;
 }