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

Inheritance: implements JsonSerializable
Afficher le fichier Open project: neos/neos-ui

Protected Properties

Свойство Type Description
$contextPath string The context path of the node
$fusionPath string The fusion path of the rendered node

Méthodes publiques

Méthode 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 méthode

Get the context path
public getContextPath ( ) : string
Résultat string

getFusionPath() public méthode

Get the fusion path
public getFusionPath ( ) : string
Résultat string

jsonSerialize() public méthode

Serialize to json
public jsonSerialize ( ) : array
Résultat array

setContextPath() public méthode

Set the context path
public setContextPath ( string $contextPath ) : void
$contextPath string
Résultat void

setFusionPath() public méthode

Set the fusion path
public setFusionPath ( string $fusionPath ) : void
$fusionPath string
Résultat void

Property Details

$contextPath protected_oe property

The context path of the node
protected string $contextPath
Résultat string

$fusionPath protected_oe property

The fusion path of the rendered node
protected string $fusionPath
Résultat string