diff --git a/assets/php/includes/hall.php b/assets/php/includes/hall.php index 41a45e7..173b29e 100644 --- a/assets/php/includes/hall.php +++ b/assets/php/includes/hall.php @@ -1,5 +1,5 @@ searchHall($number,$cinema);; + } + //Getters && Setters: public function setNumber($number){ $this->_number = $number; } public function getNumber(){ return $this->_number; }