Example #1
0
 public function __construct($id = null)
 {
     parent::__construct();
     $this->id = $id;
 }
Example #2
0
 public function __construct($id1 = null, $id2 = null)
 {
     parent::__construct();
     $this->id1 = $id1;
     $this->id2 = $id2;
 }