PHP 인터페이스 Jarves\Filesystem\Adapter\AdapterInterface

파일 보기 프로젝트 열기: jarves/jarves 0 사용 예제들

공개 메소드들

메소드 설명
copy ( $path, $newPath )
delete ( $path )
filemtime ( $path )
getCount ( string $path ) : integer
getFile ( string $path ) : FileInfo
getFiles ( $path )
getMountPath ( )
has ( $path )
hash ( $path )
loadConfig ( )
mkdir ( $path )
move ( $source, $target )
read ( $path )
setMountPath ( $path )
write ( $path, $content = '' )

메소드 상세

copy() 공개 메소드

public copy ( $path, $newPath )

delete() 공개 메소드

public delete ( $path )

filemtime() 공개 메소드

public filemtime ( $path )

getCount() 공개 메소드

public getCount ( string $path ) : integer
$path string
리턴 integer

getFile() 공개 메소드

public getFile ( string $path ) : FileInfo
$path string
리턴 Jarves\File\FileInfo

getFiles() 공개 메소드

public getFiles ( $path )

getMountPath() 공개 메소드

public getMountPath ( )

has() 공개 메소드

public has ( $path )

hash() 공개 메소드

public hash ( $path )

loadConfig() 공개 메소드

public loadConfig ( )

mkdir() 공개 메소드

public mkdir ( $path )

move() 공개 메소드

public move ( $source, $target )

read() 공개 메소드

public read ( $path )

setMountPath() 공개 메소드

public setMountPath ( $path )

write() 공개 메소드

public write ( $path, $content = '' )