PHP Class Kraken\_Module\Filesystem\_Abstract\FilesystemTestAbstract

Inheritance: extends Kraken\Test\TModule
Afficher le fichier Open project: kraken-php/framework

Protected Properties

Свойство Type Description
$path string
$paths string[]

Méthodes publiques

Méthode Description
createFilesystem ( $path = null ) : Kraken\Filesystem\FilesystemInterface
getFullPath ( string $path, null $replace = null, string $with = '' ) : string
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
setUp ( )
tearDown ( )

Private Methods

Méthode Description
createDirStructure ( )
destroyDirStructure ( )
getLocalData ( $path ) : mixed[]
getPathAllData ( string $path, boolean $recursive ) : array
rrmdir ( $dir )

Method Details

createFilesystem() public méthode

public createFilesystem ( $path = null ) : Kraken\Filesystem\FilesystemInterface
Résultat Kraken\Filesystem\FilesystemInterface

getFullPath() public méthode

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

getPath() public méthode

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

getPathData() public méthode

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

getPrefix() public méthode

public getPrefix ( ) : string
Résultat string

getPrefixed() public méthode

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

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

Property Details

$path protected_oe property

protected string $path
Résultat string

$paths protected_oe property

protected string[] $paths
Résultat string[]