PHP Класс Neos\Neos\Fusion\ContentElementWrappingImplementation

Наследование: extends Neos\Fusion\FusionObjects\AbstractFusionObject
Показать файл Открыть проект

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

Свойство Тип Описание
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

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

Метод Описание
evaluate ( ) : mixed Evaluate this TypoScript object and return the result
getValue ( ) : string The string to be processed

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

Метод Описание
getContentElementTypoScriptPath ( ) : string Returns the TypoScript path to the wrapped Content Element

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

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

Evaluate this TypoScript object and return the result
public evaluate ( ) : mixed
Результат mixed

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

Returns the TypoScript path to the wrapped Content Element
protected getContentElementTypoScriptPath ( ) : string
Результат string

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

The string to be processed
public getValue ( ) : string
Результат string

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

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

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
Результат Neos\Neos\Service\ContentElementWrappingService

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

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
Результат Neos\Flow\Security\Authorization\PrivilegeManagerInterface