PHP 클래스 mageekguy\atoum\includer

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

보호된 프로퍼티들

프로퍼티 타입 설명
$adapter
$errors

공개 메소드들

메소드 설명
__construct ( mageekguy\atoum\adapter $adapter = null )
errorHandler ( $error, $message, $file, $line, $context )
getAdapter ( )
getErrors ( )
getFirstError ( )
includePath ( $path, closure $closure = null )
resetErrors ( )
setAdapter ( mageekguy\atoum\adapter $adapter = null )

메소드 상세

__construct() 공개 메소드

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

errorHandler() 공개 메소드

public errorHandler ( $error, $message, $file, $line, $context )

getAdapter() 공개 메소드

public getAdapter ( )

getErrors() 공개 메소드

public getErrors ( )

getFirstError() 공개 메소드

public getFirstError ( )

includePath() 공개 메소드

public includePath ( $path, closure $closure = null )
$closure closure

resetErrors() 공개 메소드

public resetErrors ( )

setAdapter() 공개 메소드

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

프로퍼티 상세

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

protected $adapter

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

protected $errors