diff --git a/models/sourceEntity.php b/models/sourceEntity.php deleted file mode 100644 index 5a983d5..0000000 --- a/models/sourceEntity.php +++ /dev/null @@ -1,47 +0,0 @@ - id_source = $id_source ; - $this -> title = $title ; - $this -> date = $date; - } - - public function getIdSource() : int - { - return $this -> id_source ; - } - - public function getTitle() : string - { - return $this -> title ; - } - - public function getDate() : string - { - return $this -> date ; - } - - public function setIdSource(int $id_source) : void - { - $this -> id_source = $id_source ; - } - - public function setTitle(string $title): void{ - $this -> title = $title ; - } - - public function setDate(string $date) : void - { - $this -> date = $date ; - } - -} \ No newline at end of file