PHP 클래스 Consolidation\Cgr\FileSystemUtils

파일 보기 프로젝트 열기: consolidation/cgr

공개 메소드들

메소드 설명
allInstalledProjectsInBaseDir ( string $globalBaseDir ) : string[] Find all installed projects in the global 'base-dir'.
applyDir ( $dir ) Set the current working directory if it was specified.
listDirectories ( string $d ) : string[] Return all of the directories in a given directory
mkdirParents ( $path ) : boolean Create a directory at the specified path. Also create any parent directories that do not yet exist.

보호된 메소드들

메소드 설명
allInstalledProjectsInOneOrg ( $globalBaseDir, $org ) : string[] Find all installed projects in one organization dir.

메소드 상세

allInstalledProjectsInBaseDir() 공개 정적인 메소드

Find all installed projects in the global 'base-dir'.
public static allInstalledProjectsInBaseDir ( string $globalBaseDir ) : string[]
$globalBaseDir string
리턴 string[]

allInstalledProjectsInOneOrg() 보호된 정적인 메소드

Find all installed projects in one organization dir.
protected static allInstalledProjectsInOneOrg ( $globalBaseDir, $org ) : string[]
리턴 string[]

applyDir() 공개 정적인 메소드

Set the current working directory if it was specified.
public static applyDir ( $dir )

listDirectories() 공개 정적인 메소드

Return all of the directories in a given directory
public static listDirectories ( string $d ) : string[]
$d string directory to scann
리턴 string[]

mkdirParents() 공개 정적인 메소드

Create a directory at the specified path. Also create any parent directories that do not yet exist.
public static mkdirParents ( $path ) : boolean
$path The directory path to create.
리턴 boolean