1 | <?php |
||
26 | class RuntimeHelper |
||
27 | { |
||
28 | /** |
||
29 | * Detect the correct tenside home dir and set the environment variable. |
||
30 | * |
||
31 | * @param string $home The home directory. |
||
32 | * |
||
33 | * @return void |
||
34 | * |
||
35 | * @throws \InvalidArgumentException For empty value of $home. |
||
36 | */ |
||
37 | public static function setupHome($home) |
||
53 | } |
||
54 |