PHP 클래스 Neos\Neos\ViewHelpers\Backend\JavascriptConfigurationViewHelper

상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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