PHP 클래스 mageekguy\atoum\mock\streams\fs\controller

상속: extends mageekguy\atoum\mock\stream\controller
파일 보기 프로젝트 열기: atoum/atoum 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$adapter
$exists
$stat

공개 메소드들

메소드 설명
__construct ( $path, mageekguy\atoum\adapter $adapter = null )
duplicate ( )
exists ( )
getAdapter ( )
getPermissions ( )
getStat ( )
isExecutable ( )
isNotExecutable ( )
isNotReadable ( )
isNotWritable ( )
isReadable ( )
isWritable ( )
notExists ( )
setAdapter ( mageekguy\atoum\adapter $adapter = null )
setPermissions ( $permissions )
stream_stat ( )
url_stat ( $path, $flags )

보호된 메소드들

메소드 설명
addPermission ( $permissions )
checkIfReadable ( )
checkIfWritable ( )
checkPermission ( $user, $group, $other )
clearStatCache ( )
removePermissions ( $permissions )
setStat ( $name, $value )

메소드 상세

__construct() 공개 메소드

public __construct ( $path, mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

addPermission() 보호된 메소드

protected addPermission ( $permissions )

checkIfReadable() 보호된 메소드

protected checkIfReadable ( )

checkIfWritable() 보호된 메소드

protected checkIfWritable ( )

checkPermission() 보호된 메소드

protected checkPermission ( $user, $group, $other )

clearStatCache() 보호된 메소드

protected clearStatCache ( )

duplicate() 공개 메소드

public duplicate ( )

exists() 공개 메소드

public exists ( )

getAdapter() 공개 메소드

public getAdapter ( )

getPermissions() 공개 메소드

public getPermissions ( )

getStat() 공개 메소드

public getStat ( )

isExecutable() 공개 메소드

public isExecutable ( )

isNotExecutable() 공개 메소드

public isNotExecutable ( )

isNotReadable() 공개 메소드

public isNotReadable ( )

isNotWritable() 공개 메소드

public isNotWritable ( )

isReadable() 공개 메소드

public isReadable ( )

isWritable() 공개 메소드

public isWritable ( )

notExists() 공개 메소드

public notExists ( )

removePermissions() 보호된 메소드

protected removePermissions ( $permissions )

setAdapter() 공개 메소드

public setAdapter ( mageekguy\atoum\adapter $adapter = null )
$adapter mageekguy\atoum\adapter

setPermissions() 공개 메소드

public setPermissions ( $permissions )

setStat() 보호된 메소드

protected setStat ( $name, $value )

stream_stat() 공개 메소드

public stream_stat ( )

url_stat() 공개 메소드

public url_stat ( $path, $flags )

프로퍼티 상세

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

protected $adapter

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

protected $exists

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

protected $stat