PHP 클래스 Neos\ContentRepository\Tests\Functional\Domain\NodeConstraintsTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$nodeTypeManager Neos\ContentRepository\Domain\Service\NodeTypeManager
$rootNode Neos\ContentRepository\Domain\Model\NodeInterface
$testablePersistenceEnabled boolean

공개 메소드들

메소드 설명
childNodeWithChildNodeConstraintsAndNodeTypeConstraintsThrowsException ( )
childNodeWithChildNodeConstraintsAndNodeTypeConstraintsWorks ( )
creatingNodeInChildNodeWithChildNodeConstraintsThrowsException ( )
inheritanceBasedConstraintsWork ( )
movingNodeToWhereItsSuperTypeIsDisallowedThrowsException ( )
movingNodeToWhereItsTypeIsDisallowedThrowsException ( )
setUp ( ) : void
tearDown ( ) : void

메소드 상세

childNodeWithChildNodeConstraintsAndNodeTypeConstraintsThrowsException() 공개 메소드

childNodeWithChildNodeConstraintsAndNodeTypeConstraintsWorks() 공개 메소드

creatingNodeInChildNodeWithChildNodeConstraintsThrowsException() 공개 메소드

inheritanceBasedConstraintsWork() 공개 메소드

movingNodeToWhereItsSuperTypeIsDisallowedThrowsException() 공개 메소드

movingNodeToWhereItsTypeIsDisallowedThrowsException() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

public tearDown ( ) : void
리턴 void

프로퍼티 상세

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

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
리턴 Neos\ContentRepository\Domain\Service\ContextFactoryInterface

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

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository

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

protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager
리턴 Neos\ContentRepository\Domain\Service\NodeTypeManager

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

protected NodeInterface,Neos\ContentRepository\Domain\Model $rootNode
리턴 Neos\ContentRepository\Domain\Model\NodeInterface

$testablePersistenceEnabled 보호되어 있는 정적으로 프로퍼티

protected static bool $testablePersistenceEnabled
리턴 boolean