| 1 | <?php |
||
| 14 | class CommandUtils implements CommandUtilsInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @link https://github.com/composer/composer/blob/69210d5bc130f8cc9f96f99582a041254d7b9833/src/Composer/Factory.php |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | 3 | public static function getOsHomeDir() |
|
| 41 | |||
| 42 | /** |
||
| 43 | * @param string $sDir |
||
| 44 | * @return bool |
||
| 45 | */ |
||
| 46 | 3 | public static function hasCreateDirectoryIfNotExists($sDir) |
|
| 58 | } |