From d77eb135c196db5afe07271d5000def2d1af6adb Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Mon, 3 May 2021 12:38:13 +0200 Subject: [PATCH] Delete hall.php --- panel_manager/includes/hall.php | 36 --------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 panel_manager/includes/hall.php diff --git a/panel_manager/includes/hall.php b/panel_manager/includes/hall.php deleted file mode 100644 index 9689f52..0000000 --- a/panel_manager/includes/hall.php +++ /dev/null @@ -1,36 +0,0 @@ -_number = $number; - $this->_idcinema = $idcinema; - $this->_numRows = $numRows; - $this->_numCol = $numCol; - } - - //Methods: - - //Getters && Setters: - public function setNumber($number){ $this->_number = $number; } - public function getNumber(){ return $this->_number; } - - public function setIdcinema($idcinema){ $this->_idcinema = $idcinema; } - public function getIdcinema(){ return $this->_idcinema; } - - public function setNumRows($numRows){ $this->_numRows = $numRows; } - public function getNumRows(){ return $this->_numRows; } - - public function setNumCol($numCol){ $this->_numCol = $numCol; } - public function getNumCol(){ return $this->_numCol; } - - - - } -?> \ No newline at end of file