PHP Class Neos\Neos\Fusion\ContentElementWrappingImplementation

Inheritance: extends Neos\Fusion\FusionObjects\AbstractFusionObject
Show file Open project: neos/neos

Protected Properties

Property Type Description
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

Public Methods

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

Protected Methods

Method Description
getContentElementTypoScriptPath ( ) : string Returns the TypoScript path to the wrapped Content Element

Method Details

evaluate() public method

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

getContentElementTypoScriptPath() protected method

Returns the TypoScript path to the wrapped Content Element

getValue() public method

The string to be processed
public getValue ( ) : string
return string

Property Details

$contentElementWrappingService protected property

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
return Neos\Neos\Service\ContentElementWrappingService

$privilegeManager protected property

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
return Neos\Flow\Security\Authorization\PrivilegeManagerInterface