PHP Trait Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiGetContentsPartial

Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode 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
testApiGetContents_ReturnsContentsOnRoot_WhenEmptyStringSet ( )
testApiGetContents_ReturnsContentsOnRoot_WhenNoDirectorySet ( )
testApiGetContents_ReturnsContentsOnRoot_WhenRootStringSet ( )
testApiGetContents_ReturnsContents_WhenFilepatternIsSet ( )
testApiGetContents_ReturnsContents_WhenFlagIsNotRecursive ( )
testApiGetContents_ReturnsContents_WhenFlagIsRecursive ( )
testApiGetContents_ReturnsContents_WhenMultipleFilepatternsAreSet ( )
testApiGetContents_ReturnsContents_WhenPathDoesExistAndIsValid ( )
testApiGetContents_ReturnsEmptyArray_WhenDoesNotExist ( )
testApiGetContents_ReturnsEmptyArray_WhenPathDoesExistButIsNotValid ( )

Method Details

createFilesystem() abstract public méthode

abstract public createFilesystem ( ) : Kraken\Filesystem\FilesystemInterface
Résultat Kraken\Filesystem\FilesystemInterface

getPath() abstract public méthode

abstract public getPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
Résultat string

getPathData() abstract public méthode

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

getPrefix() abstract public méthode

abstract public getPrefix ( ) : string
Résultat string

getPrefixed() abstract public méthode

abstract public getPrefixed ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
Résultat string

getTest() abstract public méthode

See also: TestCase::getTest
abstract public getTest ( ) : TModule
Résultat Kraken\Test\TModule

testApiGetContents_ReturnsContentsOnRoot_WhenEmptyStringSet() public méthode

testApiGetContents_ReturnsContentsOnRoot_WhenNoDirectorySet() public méthode

testApiGetContents_ReturnsContentsOnRoot_WhenRootStringSet() public méthode

testApiGetContents_ReturnsContents_WhenFilepatternIsSet() public méthode

testApiGetContents_ReturnsContents_WhenFlagIsNotRecursive() public méthode

testApiGetContents_ReturnsContents_WhenFlagIsRecursive() public méthode

testApiGetContents_ReturnsContents_WhenMultipleFilepatternsAreSet() public méthode

testApiGetContents_ReturnsContents_WhenPathDoesExistAndIsValid() public méthode

testApiGetContents_ReturnsEmptyArray_WhenDoesNotExist() public méthode

testApiGetContents_ReturnsEmptyArray_WhenPathDoesExistButIsNotValid() public méthode