PHP Class mageekguy\atoum\mock\streams\fs\controller

Inheritance: extends mageekguy\atoum\mock\stream\controller
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$adapter
$exists
$stat

Méthodes publiques

Méthode Description
__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 )

Méthodes protégées

Méthode Description
addPermission ( $permissions )
checkIfReadable ( )
checkIfWritable ( )
checkPermission ( $user, $group, $other )
clearStatCache ( )
removePermissions ( $permissions )
setStat ( $name, $value )

Method Details

__construct() public méthode

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

addPermission() protected méthode

protected addPermission ( $permissions )

checkIfReadable() protected méthode

protected checkIfReadable ( )

checkIfWritable() protected méthode

protected checkIfWritable ( )

checkPermission() protected méthode

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

clearStatCache() protected méthode

protected clearStatCache ( )

duplicate() public méthode

public duplicate ( )

exists() public méthode

public exists ( )

getAdapter() public méthode

public getAdapter ( )

getPermissions() public méthode

public getPermissions ( )

getStat() public méthode

public getStat ( )

isExecutable() public méthode

public isExecutable ( )

isNotExecutable() public méthode

public isNotExecutable ( )

isNotReadable() public méthode

public isNotReadable ( )

isNotWritable() public méthode

public isNotWritable ( )

isReadable() public méthode

public isReadable ( )

isWritable() public méthode

public isWritable ( )

notExists() public méthode

public notExists ( )

removePermissions() protected méthode

protected removePermissions ( $permissions )

setAdapter() public méthode

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

setPermissions() public méthode

public setPermissions ( $permissions )

setStat() protected méthode

protected setStat ( $name, $value )

stream_stat() public méthode

public stream_stat ( )

url_stat() public méthode

public url_stat ( $path, $flags )

Property Details

$adapter protected_oe property

protected $adapter

$exists protected_oe property

protected $exists

$stat protected_oe property

protected $stat