PHP 클래스 Neos\Neos\TypoScript\ContentElementWrappingImplementation

상속: extends Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

공개 메소드들

메소드 설명
evaluate ( ) : mixed Evaluate this TypoScript object and return the result
getValue ( ) : string The string to be processed

보호된 메소드들

메소드 설명
getContentElementTypoScriptPath ( ) : string Returns the TypoScript path to the wrapped Content Element

메소드 상세

evaluate() 공개 메소드

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

getContentElementTypoScriptPath() 보호된 메소드

Returns the TypoScript path to the wrapped Content Element

getValue() 공개 메소드

The string to be processed
public getValue ( ) : string
리턴 string

프로퍼티 상세

$contentElementWrappingService 보호되어 있는 프로퍼티

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
리턴 Neos\Neos\Service\ContentElementWrappingService

$privilegeManager 보호되어 있는 프로퍼티

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
리턴 Neos\Flow\Security\Authorization\PrivilegeManagerInterface