Bolt\Configuration\Validation\Validator::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Exception $exceptionController, Config $config, ResourceManager $resourceManager )
$exceptionController Bolt\Controller\Exception
$config Bolt\Config
$resourceManager Bolt\Configuration\ResourceManager
    public function __construct(Controller\Exception $exceptionController, Config $config, ResourceManager $resourceManager)
    {
        parent::__construct($resourceManager);
        $this->exceptionController = $exceptionController;
        $this->configManager = $config;
        $this->resourceManager = $resourceManager;
    }