Exemplo n.º 1
0
 /**
  * Constructor.
  *                   
  * @access protected
  */
 function __construct($options = null)
 {
     parent::__construct($options);
 }
Exemplo n.º 2
0
 function __construct($name = "", $attrs = array(), $level = 0)
 {
     parent::__construct($name, $attrs, $level);
 }