PHP 클래스 Kraken\_Module\Filesystem\_Abstract\FilesystemTestAbstract

상속: extends Kraken\Test\TModule
파일 보기 프로젝트 열기: kraken-php/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$path string
$paths string[]

공개 메소드들

메소드 설명
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 ( )

비공개 메소드들

메소드 설명
createDirStructure ( )
destroyDirStructure ( )
getLocalData ( $path ) : mixed[]
getPathAllData ( string $path, boolean $recursive ) : array
rrmdir ( $dir )

메소드 상세

createFilesystem() 공개 메소드

public createFilesystem ( $path = null ) : Kraken\Filesystem\FilesystemInterface
리턴 Kraken\Filesystem\FilesystemInterface

getFullPath() 공개 메소드

public getFullPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
리턴 string

getPath() 공개 메소드

public getPath ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
리턴 string

getPathData() 공개 메소드

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

getPrefix() 공개 메소드

public getPrefix ( ) : string
리턴 string

getPrefixed() 공개 메소드

public getPrefixed ( string $path, null $replace = null, string $with = '' ) : string
$path string
$replace null
$with string
리턴 string

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$paths 보호되어 있는 프로퍼티

protected string[] $paths
리턴 string[]