class Directory

Methods

__construct(string $path)

No description

string
getPath()

No description

setPath(string $path)

No description

bool
exists()

No description

bool
isReadable()

No description

bool
isWritable()

No description

array
getPathInfo()

No description

string
getParentDirectory()

No description

string
getDirectoryName()

No description

array
glob(string $pattern)

Gets files in the directory matching a specific pattern, using the PHP glob function.

array
getSubdirectories()

No description

Details

at line 11
__construct(string $path)

No description

Parameters

string $path

at line 19
string getPath()

No description

Return Value

string

at line 23
Directory setPath(string $path)

No description

Parameters

string $path

Return Value

Directory

at line 33
bool exists()

No description

Return Value

bool

at line 37
bool isReadable()

No description

Return Value

bool

at line 41
bool isWritable()

No description

Return Value

bool

at line 48
array getPathInfo()

No description

Return Value

array

at line 52
string getParentDirectory()

No description

Return Value

string

at line 56
string getDirectoryName()

No description

Return Value

string

at line 70
array glob(string $pattern)

Gets files in the directory matching a specific pattern, using the PHP glob function.

Parameters

string $pattern

Return Value

array

at line 81
array getSubdirectories()

No description

Return Value

array