Method | Description | |
---|---|---|
createFilesystem ( ) : Kraken\Filesystem\FilesystemInterface | ||
getPath ( string $path, null $replace = null, string $with = '' ) : string | ||
getPathData ( string $path = '', string $typeFilter = '', boolean $recursive = false, string $filePattern = '' ) : array | ||
getPrefix ( ) : string | ||
getPrefixed ( string $path, null $replace = null, string $with = '' ) : string | ||
getTest ( ) : |
||
testApiCreateDir_CreatesDir_WhenNodeDoesNotExist ( ) | ||
testApiCreateDir_CreatesDirectory_WhenNodeExistAndIsDirectory ( ) | ||
testApiCreateDir_CreatesPrivateDir_WhenVisibilityFlagSetToPublic ( ) | ||
testApiCreateDir_CreatesPublicDir_WhenVisibilityFlagSetToPublic ( ) | ||
testApiCreateDir_ThrowsException_WhenNodeExistAndIsFile ( ) |
abstract public createFilesystem ( ) : Kraken\Filesystem\FilesystemInterface | ||
return | Kraken\Filesystem\FilesystemInterface |