diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-17 15:34:20 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-17 15:34:20 +0100 |
commit | 1a7a60ea3efde53ac2c3b07ca914483cfc25a827 (patch) | |
tree | ac1f09d4d041c19501dd211df451d8d35ef55c47 /app/class/modelart.php | |
parent | 300cf1cc8399d29f61052c0ad09ba1cca2d04d4d (diff) | |
download | wcms-1a7a60ea3efde53ac2c3b07ca914483cfc25a827.tar.gz wcms-1a7a60ea3efde53ac2c3b07ca914483cfc25a827.zip |
media
Diffstat (limited to 'app/class/modelart.php')
-rw-r--r-- | app/class/modelart.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/class/modelart.php b/app/class/modelart.php index e8203e1..ac4f91e 100644 --- a/app/class/modelart.php +++ b/app/class/modelart.php @@ -12,20 +12,6 @@ class Modelart extends Modeldb parent::__construct(); } - - - public function exist(Art2 $art) - { - $artdata = $this->artstore->get($art->id()); - if ($artdata === false) { - return false; - } else { - return true; - } - - } - - public function add(Art2 $art) { |