Property | Type | Description | |
---|---|---|---|
$adapter | |||
$protocols | |||
$streamController | |||
$streams |
Method | Description | |
---|---|---|
__call ( $method, array $arguments ) | ||
get ( $name = null ) | ||
getAdapter ( ) | ||
getProtocol ( $stream ) | ||
getSubStream ( mageekguy\atoum\mock\stream\controller $controller, $stream = null ) | ||
setAdapter ( mageekguy\atoum\adapter $adapter ) | ||
setDirectorySeparator ( $stream, $directorySeparator = DIRECTORY_SEPARATOR ) |
Method | Description | |
---|---|---|
findControllerForStream ( $path ) | ||
getController ( $stream ) | ||
getControllerFromArguments ( $method, array $arguments ) | ||
setControllerForMethod ( $method, array $arguments ) |
protected static findControllerForStream ( $path ) |
protected static getControllerFromArguments ( $method, array $arguments ) | ||
$arguments | array |
public static getSubStream ( mageekguy\atoum\mock\stream\controller $controller, $stream = null ) | ||
$controller | mageekguy\atoum\mock\stream\controller |
public static setAdapter ( mageekguy\atoum\adapter $adapter ) | ||
$adapter | mageekguy\atoum\adapter |
protected setControllerForMethod ( $method, array $arguments ) | ||
$arguments | array |
public static setDirectorySeparator ( $stream, $directorySeparator = DIRECTORY_SEPARATOR ) |