aboutsummaryrefslogtreecommitdiff
path: root/src/Phorkie/File.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-03-28 17:24:44 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-03-28 17:24:44 +0200
commitcec8f61ab84122a3f4b0702aaad6f7a141f99f7b (patch)
tree829ccddf19eaf25ebf918632228eb96088b250d4 /src/Phorkie/File.php
parent2f7659becb40e457872fc45f59ad81bff439722f (diff)
downloadphorkie-cec8f61ab84122a3f4b0702aaad6f7a141f99f7b.tar.gz
phorkie-cec8f61ab84122a3f4b0702aaad6f7a141f99f7b.zip
editing works basically
Diffstat (limited to 'src/Phorkie/File.php')
-rw-r--r--src/Phorkie/File.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Phorkie/File.php b/src/Phorkie/File.php
index 6cdc833..3c6ea4b 100644
--- a/src/Phorkie/File.php
+++ b/src/Phorkie/File.php
@@ -59,6 +59,16 @@ class File
}
/**
+ * Return the full path to the file
+ *
+ * @return string
+ */
+ public function getPath()
+ {
+ return $this->path;
+ }
+
+ /**
* Get file extension without dot
*
* @return string