PHP Class Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress

Inheritance: implements JsonSerializable
Show file Open project: neos/neos-ui

Protected Properties

Property Type Description
$contextPath string The context path of the node
$fusionPath string The fusion path of the rendered node

Public Methods

Method Description
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

Method Details

getContextPath() public method

Get the context path
public getContextPath ( ) : string
return string

getFusionPath() public method

Get the fusion path
public getFusionPath ( ) : string
return string

jsonSerialize() public method

Serialize to json
public jsonSerialize ( ) : array
return array

setContextPath() public method

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

setFusionPath() public method

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

Property Details

$contextPath protected property

The context path of the node
protected string $contextPath
return string

$fusionPath protected property

The fusion path of the rendered node
protected string $fusionPath
return string