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 ( ) : |
||
testApiGetType_ReturnsFalse_WhenNodeIsDirectory ( ) | ||
testApiGetType_ReturnsType_WhenNodeIsFile ( ) | ||
testApiGetType_ThrowsException_WhenNodeDoesNotExist ( ) |
abstract public createFilesystem ( ) : Kraken\Filesystem\FilesystemInterface | ||
return | Kraken\Filesystem\FilesystemInterface |
public testApiGetType_ReturnsType_WhenNodeIsFile ( ) |