Property | Type | Description | |
---|---|---|---|
$messageCollector | |||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$packageManager | Neos\Flow\Package\PackageManagerInterface | ||
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$resourceManager | |||
$resourceRepository |
Method | Description | |
---|---|---|
cleanCommand ( ) : void | Clean up resource registry | |
copyCommand ( string $sourceCollection, string $targetCollection, boolean $publish = false ) : void | Copy resources | |
publishCommand ( string $collection = null ) : void | Publish resources |
Method | Description | |
---|---|---|
clearState ( integer $iteration ) : void | This method is used internal as a callback method to clear doctrine states |
public cleanCommand ( ) : void | ||
return | void |
protected clearState ( integer $iteration ) : void | ||
$iteration | integer | |
return | void |
public copyCommand ( string $sourceCollection, string $targetCollection, boolean $publish = false ) : void | ||
$sourceCollection | string | The name of the collection you want to copy the assets from |
$targetCollection | string | The name of the collection you want to copy the assets to |
$publish | boolean | If enabled, the target collection will be published after the resources have been copied |
return | void |
public publishCommand ( string $collection = null ) : void | ||
$collection | string | If specified, only resources of this collection are published. Example: 'persistent' |
return | void |
protected MessageCollector,Neos\Flow\ResourceManagement\Publishing $messageCollector | ||
return |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
return | Neos\Flow\ObjectManagement\ObjectManagerInterface |
protected PackageManagerInterface,Neos\Flow\Package $packageManager | ||
return | Neos\Flow\Package\PackageManagerInterface |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
return | Neos\Flow\Persistence\PersistenceManagerInterface |
protected ResourceManager,Neos\Flow\ResourceManagement $resourceManager | ||
return |