PHP Трейт Kraken\_Module\Filesystem\_Partial\Filesystem\FsApiGetContentsPartial

Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )

Описание методов

createFilesystem() абстрактный публичный Метод

abstract public createFilesystem ( ) : Kraken\Filesystem\FilesystemInterface
Результат Kraken\Filesystem\FilesystemInterface

getPath() абстрактный публичный Метод

abstract public getPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
Результат string

getPathData() абстрактный публичный Метод

abstract public getPathData ( string $path = '', string $typeFilter = '', boolean $recursive = false, string $filePattern = '' ) : array
$path string
$typeFilter string
$recursive boolean
$filePattern string
Результат array

getPrefix() абстрактный публичный Метод

abstract public getPrefix ( ) : string
Результат string

getPrefixed() абстрактный публичный Метод

abstract public getPrefixed ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
Результат string

getTest() абстрактный публичный Метод

См. также: TestCase::getTest
abstract public getTest ( ) : TModule
Результат Kraken\Test\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() публичный Метод