PHP 클래스 LEtudiant\Composer\Util\SymlinkFilesystem

저자: Sylvain Lorinet ([email protected])
상속: extends Composer\Util\Filesystem
파일 보기 프로젝트 열기: letudiant/composer-shared-package-plugin 1 사용 예제들

공개 메소드들

메소드 설명
ensureSymlinkExists ( string $sourcePath, string $symlinkPath ) : boolean Create a symlink
removeEmptyDirectory ( string $directoryPath ) : boolean
removeSymlink ( string $symlinkPath ) : boolean

메소드 상세

ensureSymlinkExists() 공개 메소드

Create a symlink
public ensureSymlinkExists ( string $sourcePath, string $symlinkPath ) : boolean
$sourcePath string
$symlinkPath string
리턴 boolean

removeEmptyDirectory() 공개 메소드

public removeEmptyDirectory ( string $directoryPath ) : boolean
$directoryPath string
리턴 boolean