PHP 클래스 Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress

상속: implements JsonSerializable
파일 보기 프로젝트 열기: neos/neos-ui

보호된 프로퍼티들

프로퍼티 타입 설명
$contextPath string The context path of the node
$fusionPath string The fusion path of the rendered node

공개 메소드들

메소드 설명
getContextPath ( ) : string Get the context path
getFusionPath ( ) : string Get the fusion path
jsonSerialize ( ) : array Serialize to json
setContextPath ( string $contextPath ) : void Set the context path
setFusionPath ( string $fusionPath ) : void Set the fusion path

메소드 상세

getContextPath() 공개 메소드

Get the context path
public getContextPath ( ) : string
리턴 string

getFusionPath() 공개 메소드

Get the fusion path
public getFusionPath ( ) : string
리턴 string

jsonSerialize() 공개 메소드

Serialize to json
public jsonSerialize ( ) : array
리턴 array

setContextPath() 공개 메소드

Set the context path
public setContextPath ( string $contextPath ) : void
$contextPath string
리턴 void

setFusionPath() 공개 메소드

Set the fusion path
public setFusionPath ( string $fusionPath ) : void
$fusionPath string
리턴 void

프로퍼티 상세

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

The context path of the node
protected string $contextPath
리턴 string

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

The fusion path of the rendered node
protected string $fusionPath
리턴 string