Beispiel #1
0
 /**
  * Class constructor
  * 
  * @return  void
  * @see     Woops_Xhtml_Tag::__construct
  */
 public function __construct($text)
 {
     // Sets the comment text
     $this->_comment = $text;
     // Calls the parent constructor
     parent::__construct('');
 }