PHP Class Neos\Neos\Service\ContentElementEditableService

Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$htmlAugmenter HtmlAugmenter
$nodeAuthorizationService Neos\ContentRepository\Service\AuthorizationService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

Méthodes publiques

Méthode Description
wrapContentProperty ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $property, string $content ) : string Wrap the $content identified by $node with the needed markup for the backend.

Method Details

wrapContentProperty() public méthode

Wrap the $content identified by $node with the needed markup for the backend.
public wrapContentProperty ( Neos\ContentRepository\Domain\Model\NodeInterface $node, string $property, string $content ) : string
$node Neos\ContentRepository\Domain\Model\NodeInterface
$property string
$content string
Résultat string

Property Details

$htmlAugmenter protected_oe property

protected HtmlAugmenter,Neos\Neos\Service $htmlAugmenter
Résultat HtmlAugmenter

$nodeAuthorizationService protected_oe property

protected AuthorizationService,Neos\ContentRepository\Service $nodeAuthorizationService
Résultat Neos\ContentRepository\Service\AuthorizationService

$privilegeManager protected_oe property

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