PHP 클래스 Neos\ContentRepository\Migration\Service\NodeMigration

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$configuration array Migration configuration
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$nodeFilterService NodeFilter
$nodeTransformationService NodeTransformation
$packageManager Neos\Flow\Package\PackageManager
$workspace Neos\ContentRepository\Domain\Model\Workspace
$workspaceRepository Neos\ContentRepository\Domain\Repository\WorkspaceRepository

공개 메소드들

메소드 설명
__construct ( array $configuration )
execute ( ) : void Execute the migration

메소드 상세

__construct() 공개 메소드

public __construct ( array $configuration )
$configuration array

execute() 공개 메소드

Execute the migration
public execute ( ) : void
리턴 void

프로퍼티 상세

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

Migration configuration
protected array $configuration
리턴 array

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

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

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

protected NodeFilter,Neos\ContentRepository\Migration\Service $nodeFilterService
리턴 NodeFilter

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

protected NodeTransformation,Neos\ContentRepository\Migration\Service $nodeTransformationService
리턴 NodeTransformation

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

protected PackageManager,Neos\Flow\Package $packageManager
리턴 Neos\Flow\Package\PackageManager

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

protected Workspace,Neos\ContentRepository\Domain\Model $workspace
리턴 Neos\ContentRepository\Domain\Model\Workspace

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

protected WorkspaceRepository,Neos\ContentRepository\Domain\Repository $workspaceRepository
리턴 Neos\ContentRepository\Domain\Repository\WorkspaceRepository