1 | <?php |
||
7 | class PathHelper |
||
8 | { |
||
9 | /** |
||
10 | * @param string[] $componentList |
||
11 | * |
||
12 | * @return string |
||
13 | */ |
||
14 | public static function implodePathComponentList(array $componentList) |
||
23 | |||
24 | /** |
||
25 | * @param string $component |
||
26 | * |
||
27 | * @return string |
||
28 | */ |
||
29 | public static function appendPathSeparator($component) |
||
41 | |||
42 | public static function separator() |
||
46 | } |
||
47 |