PHP 클래스 Neos\Neos\Controller\Backend\SchemaController

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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