PHP Class Neos\Neos\Fusion\ContentElementEditableImplementation

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

Protected Properties

Property Type Description
$contentElementEditableService Neos\Neos\Service\ContentElementEditableService
$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

Method Details

evaluate() public method

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

getValue() public method

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

Property Details

$contentElementEditableService protected property

protected ContentElementEditableService,Neos\Neos\Service $contentElementEditableService
return Neos\Neos\Service\ContentElementEditableService

$privilegeManager protected property

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