PHP Класс FluidTYPO3\Vhs\ViewHelpers\Condition\Context\IsDevelopmentViewHelper

Returns true if current root application context is development otherwise false. If no application context has been set, then the default context is production. #### Note about how to set the application context The context TYPO3 CMS runs in is specified through the environment variable TYPO3_CONTEXT. It can be set by .htaccess or in the server configuration See: http://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/Bootstrapping/Index.html#bootstrapping-context
Автор: Benjamin Beck ([email protected])
Наследование: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractConditionViewHelper
Показать файл Открыть проект

Защищенные методы

Метод Описание
evaluateCondition ( array $arguments = null ) : boolean

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

evaluateCondition() защищенный статический Метод

protected static evaluateCondition ( array $arguments = null ) : boolean
$arguments array
Результат boolean