PHP Class mageekguy\atoum\includer

Datei anzeigen Open project: atoum/atoum Class Usage Examples

Protected Properties

Property Type Description
$adapter
$errors

Public Methods

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

Method Details

__construct() public method

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

errorHandler() public method

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

getAdapter() public method

public getAdapter ( )

getErrors() public method

public getErrors ( )

getFirstError() public method

public getFirstError ( )

includePath() public method

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

resetErrors() public method

public resetErrors ( )

setAdapter() public method

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

Property Details

$adapter protected_oe property

protected $adapter

$errors protected_oe property

protected $errors