Ejemplo n.º 1
0
 /**
  * @param $table     HTMLTableMain object
  * @param $name
  * @param $content
  **/
 function __construct(HTMLTableMain $table, $name, $content)
 {
     parent::__construct(false);
     $this->table = $table;
     $this->name = $name;
     $this->content = $content;
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct(true);
 }