diff --git a/panel_admin/includes/cinema.php b/panel_admin/includes/cinema.php deleted file mode 100644 index e23c70f..0000000 --- a/panel_admin/includes/cinema.php +++ /dev/null @@ -1,32 +0,0 @@ -_id = $id; - $this->_name = $name; - $this->_direction = $direction; - $this->_phone = $phone; - } - - //Methods: - - //Getters && Setters: - public function setId($id){ $this->_id = $id; } - public function getId(){ return $this->_id; } - public function setName($name){ $this->_name = $name; } - public function getName(){ return $this->_name; } - public function setDirection($direction){ $this->_direction = $direction; } - public function getDirection(){ return $this->_direction; } - public function setPhone($phone){$this->_phone = $phone; } - public function getPhone(){ return $this->_phone; } - } -?> \ No newline at end of file