Пример #1
0
 /**
  * Constructor
  *
  * @param HTMLOutputter $out    output channel
  * @param Notice        $notice notice to favor
  */
 function __construct($out = null, $notice = null)
 {
     parent::__construct($out, $notice);
 }