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

Inheritance: extends mageekguy\atoum\mock\stream\controller
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$adapter
$exists
$stat

Public Methods

Method 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 )

Protected Methods

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

Method Details

__construct() public method

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

addPermission() protected method

protected addPermission ( $permissions )

checkIfReadable() protected method

protected checkIfReadable ( )

checkIfWritable() protected method

protected checkIfWritable ( )

checkPermission() protected method

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

clearStatCache() protected method

protected clearStatCache ( )

duplicate() public method

public duplicate ( )

exists() public method

public exists ( )

getAdapter() public method

public getAdapter ( )

getPermissions() public method

public getPermissions ( )

getStat() public method

public getStat ( )

isExecutable() public method

public isExecutable ( )

isNotExecutable() public method

public isNotExecutable ( )

isNotReadable() public method

public isNotReadable ( )

isNotWritable() public method

public isNotWritable ( )

isReadable() public method

public isReadable ( )

isWritable() public method

public isWritable ( )

notExists() public method

public notExists ( )

removePermissions() protected method

protected removePermissions ( $permissions )

setAdapter() public method

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

setPermissions() public method

public setPermissions ( $permissions )

setStat() protected method

protected setStat ( $name, $value )

stream_stat() public method

public stream_stat ( )

url_stat() public method

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