PHP 클래스 Neos\Neos\Tests\Functional\Service\NodeTypeSchemaBuilderTest

파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$nodeTypeSchemaBuilder Neos\Neos\Service\NodeTypeSchemaBuilder
$schema array The test schema

공개 메소드들

메소드 설명
alohaUiConfigurationPartsAreActualArrayAndDontContainExcludedElements ( )
constraintsAreEvaluatedForANodeType ( )
constraintsForNamedChildNodeTypesAreEvaluatedForANodeType ( )
inheritanceMapContainsTransitiveSubTypes ( )
nodeTypesContainCorrectSuperTypes ( )
setUp ( )
theNodeTypeSchemaIncludesSubTypesInheritanceMap ( )

메소드 상세

alohaUiConfigurationPartsAreActualArrayAndDontContainExcludedElements() 공개 메소드

constraintsAreEvaluatedForANodeType() 공개 메소드

constraintsForNamedChildNodeTypesAreEvaluatedForANodeType() 공개 메소드

inheritanceMapContainsTransitiveSubTypes() 공개 메소드

nodeTypesContainCorrectSuperTypes() 공개 메소드

setUp() 공개 메소드

public setUp ( )

theNodeTypeSchemaIncludesSubTypesInheritanceMap() 공개 메소드

프로퍼티 상세

$nodeTypeSchemaBuilder 보호되어 있는 프로퍼티

protected NodeTypeSchemaBuilder,Neos\Neos\Service $nodeTypeSchemaBuilder
리턴 Neos\Neos\Service\NodeTypeSchemaBuilder

$schema 보호되어 있는 프로퍼티

The test schema
protected array $schema
리턴 array