Пример #1
0
 /**
  * Sets the HTML comment to be displayed at the beginning of the HTML string
  *
  * @param     string
  * @since     1.4
  * @access    public
  * @return    void
  */
 static function setComment($comment)
 {
     self::$_comment = $comment;
 }