PHP 클래스 mageekguy\atoum\mock\stream

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

보호된 프로퍼티들

프로퍼티 타입 설명
$adapter
$protocols
$streamController
$streams

공개 메소드들

메소드 설명
__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 )

보호된 메소드들

메소드 설명
findControllerForStream ( $path )
getController ( $stream )
getControllerFromArguments ( $method, array $arguments )
setControllerForMethod ( $method, array $arguments )

메소드 상세

__call() 공개 메소드

public __call ( $method, array $arguments )
$arguments array

findControllerForStream() 보호된 정적인 메소드

protected static findControllerForStream ( $path )

get() 공개 정적인 메소드

public static get ( $name = null )

getAdapter() 공개 정적인 메소드

public static getAdapter ( )

getController() 보호된 정적인 메소드

protected static getController ( $stream )

getControllerFromArguments() 보호된 정적인 메소드

protected static getControllerFromArguments ( $method, array $arguments )
$arguments array

getProtocol() 공개 정적인 메소드

public static getProtocol ( $stream )

getSubStream() 공개 정적인 메소드

public static getSubStream ( mageekguy\atoum\mock\stream\controller $controller, $stream = null )
$controller mageekguy\atoum\mock\stream\controller

setAdapter() 공개 정적인 메소드

public static setAdapter ( mageekguy\atoum\adapter $adapter )
$adapter mageekguy\atoum\adapter

setControllerForMethod() 보호된 메소드

protected setControllerForMethod ( $method, array $arguments )
$arguments array

setDirectorySeparator() 공개 정적인 메소드

public static setDirectorySeparator ( $stream, $directorySeparator = DIRECTORY_SEPARATOR )

프로퍼티 상세

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

protected static $adapter

$protocols 보호되어 있는 정적으로 프로퍼티

protected static $protocols

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

protected $streamController

$streams 보호되어 있는 정적으로 프로퍼티

protected static $streams