Commit 02024d28687caf4521bb1f62bd75574c37e6dca9
1 parent
8f32f7bf
Exists in
master
and in
66 other branches
getRelativeResultPathh() for Impex
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/InputOutput/IHMImpl/Config/IHMConfigClass.php
... | ... | @@ -75,6 +75,13 @@ class IHMConfigClass |
75 | 75 | return self::$userHost; |
76 | 76 | } |
77 | 77 | |
78 | + public static function getRelativeResultPath() | |
79 | + { | |
80 | + $userPath = self::$dataDir.self::$userName.'/'.self::$requestDir; | |
81 | + | |
82 | + return $userPath; | |
83 | + } | |
84 | + | |
78 | 85 | public static function getUserPath() |
79 | 86 | { |
80 | 87 | $userPath = IHM_SRC_DIR.self::$dataDir.self::$userName.'/'; |
... | ... |