PHP Trait Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiGetTypePartial

Show file Open project: kraken-php/framework

Public Methods

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 ( ) : TModule
testApiGetType_ReturnsFalse_WhenNodeIsDirectory ( )
testApiGetType_ReturnsType_WhenNodeIsFile ( )
testApiGetType_ThrowsException_WhenNodeDoesNotExist ( )

Method Details

createFilesystem() abstract public method

abstract public createFilesystem ( ) : Kraken\Filesystem\FilesystemInterface
return Kraken\Filesystem\FilesystemInterface

getPath() abstract public method

abstract public getPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
return string

getPathData() abstract public method

abstract public getPathData ( string $path = '', string $typeFilter = '', boolean $recursive = false, string $filePattern = '' ) : array
$path string
$typeFilter string
$recursive boolean
$filePattern string
return array

getPrefix() abstract public method

abstract public getPrefix ( ) : string
return string

getPrefixed() abstract public method

abstract public getPrefixed ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
return string

getTest() abstract public method

See also: TestCase::getTest
abstract public getTest ( ) : TModule
return Kraken\Test\TModule

testApiGetType_ReturnsFalse_WhenNodeIsDirectory() public method

testApiGetType_ReturnsType_WhenNodeIsFile() public method

testApiGetType_ThrowsException_WhenNodeDoesNotExist() public method