PHP Class LEtudiant\Composer\Util\SymlinkFilesystem

Author: Sylvain Lorinet ([email protected])
Inheritance: extends Composer\Util\Filesystem
Afficher le fichier Open project: letudiant/composer-shared-package-plugin Class Usage Examples

Méthodes publiques

Méthode Description
ensureSymlinkExists ( string $sourcePath, string $symlinkPath ) : boolean Create a symlink
removeEmptyDirectory ( string $directoryPath ) : boolean
removeSymlink ( string $symlinkPath ) : boolean

Method Details

ensureSymlinkExists() public méthode

Create a symlink
public ensureSymlinkExists ( string $sourcePath, string $symlinkPath ) : boolean
$sourcePath string
$symlinkPath string
Résultat boolean

removeEmptyDirectory() public méthode

public removeEmptyDirectory ( string $directoryPath ) : boolean
$directoryPath string
Résultat boolean