Exemplo n.º 1
0
 public function __construct($id = '')
 {
     CssPanel::__construct();
     $this->id = $id;
 }
Exemplo n.º 2
0
 public function __construct($name = '')
 {
     CssPanel::__construct();
     $this->name = $name;
 }