PHP Класс Bolt\Configuration\Validation\Apache

Автор: Gawain Lynch ([email protected])
Наследование: implements Bolt\Configuration\Validation\ValidationInterface, implements Bolt\Configuration\Validation\ResourceManagerAwareInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
check ( Bolt\Controller\ExceptionControllerInterface $exceptionController ) This check looks for the presence of the .htaccess file inside the web directory.
isTerminal ( )
setResourceManager ( ResourceManager $resourceManager )

Описание методов

check() публичный Метод

It is here only as a convenience check for users that install the basic version of Bolt. If you see this error and want to disable it, call $config->getVerifier()->disableApacheChecks(); inside your bootstrap.php file, just before the call to $config->verify(). {@inheritdoc}
public check ( Bolt\Controller\ExceptionControllerInterface $exceptionController )
$exceptionController Bolt\Controller\ExceptionControllerInterface

isTerminal() публичный Метод

public isTerminal ( )

setResourceManager() публичный Метод

public setResourceManager ( ResourceManager $resourceManager )
$resourceManager Bolt\Configuration\ResourceManager