PHP Class Neos\Neos\Fusion\ContentElementWrappingImplementation

Inheritance: extends Neos\Fusion\FusionObjects\AbstractFusionObject
Afficher le fichier Open project: neos/neos

Protected Properties

Свойство Type Description
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

Méthodes publiques

Méthode Description
evaluate ( ) : mixed Evaluate this TypoScript object and return the result
getValue ( ) : string The string to be processed

Méthodes protégées

Méthode Description
getContentElementTypoScriptPath ( ) : string Returns the TypoScript path to the wrapped Content Element

Method Details

evaluate() public méthode

Evaluate this TypoScript object and return the result
public evaluate ( ) : mixed
Résultat mixed

getContentElementTypoScriptPath() protected méthode

Returns the TypoScript path to the wrapped Content Element
protected getContentElementTypoScriptPath ( ) : string
Résultat string

getValue() public méthode

The string to be processed
public getValue ( ) : string
Résultat string

Property Details

$contentElementWrappingService protected_oe property

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
Résultat Neos\Neos\Service\ContentElementWrappingService

$privilegeManager protected_oe property

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
Résultat Neos\Flow\Security\Authorization\PrivilegeManagerInterface