Exemplo n.º 1
0
 public function __construct($id = null)
 {
     parent::__construct();
     $this->id = $id;
 }
Exemplo n.º 2
0
 public function __construct($id1 = null, $id2 = null)
 {
     parent::__construct();
     $this->id1 = $id1;
     $this->id2 = $id2;
 }