From 9d1869023ae679f3d49d81fce03e35af62c513f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Mon, 3 May 2021 01:19:26 +0200 Subject: [PATCH] Delete cinema.php --- panel_admin/includes/cinema.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 panel_admin/includes/cinema.php 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