프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$assetClassNames | array |
An array that contains all fully qualified class names that implement AssetInterface | |
$contextFactory | Neos\ContentRepository\Domain\Service\ContextFactoryInterface | ||
$dateTimeClassNames | array |
An array that contains all fully qualified class names that extend \DateTime including \DateTime itself | |
$eventEmittingService | |||
$imageVariantClassNames | array |
An array that contains all fully qualified class names that extend ImageVariant including ImageVariant itself | |
$nodeImportService | |||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$packageManager | Neos\Flow\Package\PackageManagerInterface | ||
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$reflectionService | |||
$resourcesPath | string | ||
$siteRepository | |||
$workspaceRepository |
메소드 | 설명 | |
---|---|---|
importFromFile ( string $pathAndFilename ) : |
Imports one or multiple sites from the XML file at $pathAndFilename | |
importFromPackage ( string $packageKey ) : |
Checks for the presence of Sites.xml in the given package and imports it if found. | |
initializeObject ( ) : void |
메소드 | 설명 | |
---|---|---|
emitSiteImported ( |
Signal that is triggered when a site has been imported successfully | |
getSiteByNodeName ( string $siteNodeName ) : |
Updates or creates a site with the given $siteNodeName |
protected emitSiteImported ( |
||
$site | The site that has been imported | |
리턴 | void |
protected getSiteByNodeName ( string $siteNodeName ) : |
||
$siteNodeName | string | |
리턴 |
public importFromFile ( string $pathAndFilename ) : |
||
$pathAndFilename | string | |
리턴 | The imported site |
public importFromPackage ( string $packageKey ) : |
||
$packageKey | string | |
리턴 | the imported site |
protected array |
||
리턴 | array |
protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory | ||
리턴 | Neos\ContentRepository\Domain\Service\ContextFactoryInterface |
protected array |
||
리턴 | array |
protected EventEmittingService,Neos\Neos\EventLog\Domain\Service $eventEmittingService | ||
리턴 |
protected array |
||
리턴 | array |
protected NodeImportService,Neos\ContentRepository\Domain\Service\ImportExport $nodeImportService | ||
리턴 |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
리턴 | Neos\Flow\ObjectManagement\ObjectManagerInterface |
protected PackageManagerInterface,Neos\Flow\Package $packageManager | ||
리턴 | Neos\Flow\Package\PackageManagerInterface |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
리턴 | Neos\Flow\Persistence\PersistenceManagerInterface |
protected ReflectionService,Neos\Flow\Reflection $reflectionService | ||
리턴 |
protected SiteRepository,Neos\Neos\Domain\Repository $siteRepository | ||
리턴 |