aboutsummaryrefslogtreecommitdiff
path: root/app/class/media.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-17 19:18:57 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-17 19:18:57 +0200
commit463f06ec02ecc02a70147b6494e23ec93ca74420 (patch)
tree3bc470b8ff253dc343ca9b60b0cdf4a19c784236 /app/class/media.php
parent0d863868d69d9e2c9ae3f6f0b22b4d3a1be73ee2 (diff)
downloadwcms-463f06ec02ecc02a70147b6494e23ec93ca74420.tar.gz
wcms-463f06ec02ecc02a70147b6494e23ec93ca74420.zip
Media oragnisation
- Delete folder - move or delete files
Diffstat (limited to 'app/class/media.php')
-rw-r--r--app/class/media.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/class/media.php b/app/class/media.php
index 4b947fc..eccc58b 100644
--- a/app/class/media.php
+++ b/app/class/media.php
@@ -74,6 +74,11 @@ class Media
return $includepath;
}
+ public function getfulldir()
+ {
+ return $this->path . $this->id . '.' . $this->extension;
+ }
+
// _________________________________________________ G E T ____________________________________________________