PHP Класс Neos\Neos\Service\ContentElementEditableService

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$htmlAugmenter HtmlAugmenter
$nodeAuthorizationService Neos\ContentRepository\Service\AuthorizationService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

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

Метод Описание
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.

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

wrapContentProperty() публичный метод

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
Результат string

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

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

protected HtmlAugmenter,Neos\Neos\Service $htmlAugmenter
Результат HtmlAugmenter

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

protected AuthorizationService,Neos\ContentRepository\Service $nodeAuthorizationService
Результат Neos\ContentRepository\Service\AuthorizationService

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

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