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