PHP Класс Neos\Neos\Ui\Domain\Model\RenderedNodeDomAddress

Наследование: implements JsonSerializable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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