PHP Class Bolt\Configuration\Validation\Configuration

Author: Gawain Lynch ([email protected])
Inheritance: implements Bolt\Configuration\Validation\ValidationInterface, implements Bolt\Configuration\Validation\ConfigAwareInterface
Show file Open project: bolt/bolt

Public Methods

Method Description
__construct ( string $baseName ) Constructor.
check ( Bolt\Controller\ExceptionControllerInterface $exceptionController )
isTerminal ( )
setConfig ( Config $config )

Method Details

__construct() public method

Constructor.
public __construct ( string $baseName )
$baseName string

check() public method

public check ( Bolt\Controller\ExceptionControllerInterface $exceptionController )
$exceptionController Bolt\Controller\ExceptionControllerInterface

isTerminal() public method

public isTerminal ( )

setConfig() public method

public setConfig ( Config $config )
$config Bolt\Config