PHP Class mageekguy\atoum\includer

Afficher le fichier Open project: atoum/atoum Class Usage Examples

Protected Properties

Свойство Type Description
$adapter
$errors

Méthodes publiques

Méthode 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 méthode

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

errorHandler() public méthode

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

getAdapter() public méthode

public getAdapter ( )

getErrors() public méthode

public getErrors ( )

getFirstError() public méthode

public getFirstError ( )

includePath() public méthode

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

resetErrors() public méthode

public resetErrors ( )

setAdapter() public méthode

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