PHP Класс Neos\Neos\ViewHelpers\Backend\JavascriptConfigurationViewHelper

Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$backendAssetsUtility Neos\Neos\Utility\BackendAssetsUtility
$bootstrap Neos\Flow\Core\Bootstrap
$domainRepository Neos\Neos\Domain\Repository\DomainRepository
$escapeOutput boolean
$i18nService Neos\Flow\I18n\Service
$resourceManager Neos\Flow\ResourceManagement\ResourceManager
$securityContext Neos\Flow\Security\Context
$settings array
$systemLogger Neos\Flow\Log\SystemLoggerInterface

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

Метод Описание
injectSettings ( array $settings ) : void
render ( ) : string

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

Метод Описание
getNodeTypeGroupsSettings ( ) : array
getRequireJsPathMapping ( ) : array
getStaticResourceWebBaseUri ( string $resourcePath ) : string
renderMaximumFileUploadSize ( ) : string Returns the lowest configured maximum upload file size

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

getNodeTypeGroupsSettings() защищенный Метод

protected getNodeTypeGroupsSettings ( ) : array
Результат array

getRequireJsPathMapping() защищенный Метод

protected getRequireJsPathMapping ( ) : array
Результат array

getStaticResourceWebBaseUri() защищенный Метод

protected getStaticResourceWebBaseUri ( string $resourcePath ) : string
$resourcePath string
Результат string

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

public injectSettings ( array $settings ) : void
$settings array
Результат void

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

public render ( ) : string
Результат string

renderMaximumFileUploadSize() защищенный Метод

Returns the lowest configured maximum upload file size
protected renderMaximumFileUploadSize ( ) : string
Результат string

Описание свойств

$backendAssetsUtility защищенное свойство

protected BackendAssetsUtility,Neos\Neos\Utility $backendAssetsUtility
Результат Neos\Neos\Utility\BackendAssetsUtility

$bootstrap защищенное свойство

protected Bootstrap,Neos\Flow\Core $bootstrap
Результат Neos\Flow\Core\Bootstrap

$domainRepository защищенное свойство

protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository
Результат Neos\Neos\Domain\Repository\DomainRepository

$escapeOutput защищенное свойство

protected bool $escapeOutput
Результат boolean

$i18nService защищенное свойство

protected Service,Neos\Flow\I18n $i18nService
Результат Neos\Flow\I18n\Service

$resourceManager защищенное свойство

protected ResourceManager,Neos\Flow\ResourceManagement $resourceManager
Результат Neos\Flow\ResourceManagement\ResourceManager

$securityContext защищенное свойство

protected Context,Neos\Flow\Security $securityContext
Результат Neos\Flow\Security\Context

$settings защищенное свойство

protected array $settings
Результат array

$systemLogger защищенное свойство

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Результат Neos\Flow\Log\SystemLoggerInterface