Property | Type | Description | |
---|---|---|---|
$cachedGlobDirResult | AppserverIo\Properties\Properties | Cached configuration properties |
Method | Description | |
---|---|---|
setEnvironmentProperty ( $value ) | ||
setGlobDirResult ( array $result ) : void | (Pre-) sets the the globDir() method result as a means to stub the method |
Method | Description | |
---|---|---|
globDir ( string $pattern, integer $flags, boolean $recursive = true ) : array | Parses and returns the directories and files that matches the passed glob pattern in a recursive way (if wanted). |
protected static globDir ( string $pattern, integer $flags, boolean $recursive = true ) : array | ||
$pattern | string | The glob pattern used to parse the directories |
$flags | integer | The flags passed to the glob function |
$recursive | boolean | Whether or not to parse directories recursively |
return | array | The directories matches the passed glob pattern |
public static setEnvironmentProperty ( $value ) | ||
$value |
public static setGlobDirResult ( array $result ) : void | ||
$result | array | The prepared result |
return | void |