PHP Класс Neos\Neos\Controller\Backend\SchemaController

Наследование: extends Neos\Flow\Mvc\Controller\ActionController
Показать файл Открыть проект

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

Свойство Тип Описание
$nodeTypeSchemaBuilder Neos\Neos\Service\NodeTypeSchemaBuilder
$vieSchemaBuilder Neos\Neos\Service\VieSchemaBuilder

Открытые методы

Метод Описание
nodeTypeSchemaAction ( ) : string Get the node type configuration schema for the Neos UI
vieSchemaAction ( ) : string Generate and renders the JSON schema for the node types for VIE.

Описание методов

nodeTypeSchemaAction() публичный Метод

Get the node type configuration schema for the Neos UI
public nodeTypeSchemaAction ( ) : string
Результат string

vieSchemaAction() публичный Метод

Schema format example: http://schema.rdfs.org/all.json
public vieSchemaAction ( ) : string
Результат string

Описание свойств

$nodeTypeSchemaBuilder защищенное свойство

protected NodeTypeSchemaBuilder,Neos\Neos\Service $nodeTypeSchemaBuilder
Результат Neos\Neos\Service\NodeTypeSchemaBuilder

$vieSchemaBuilder защищенное свойство

protected VieSchemaBuilder,Neos\Neos\Service $vieSchemaBuilder
Результат Neos\Neos\Service\VieSchemaBuilder