PHP 클래스 Neos\Neos\Service\ContentElementEditableService

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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