프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$nodeTypeManager | |||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$pluginConfigurations | array | ||
$workspaceRepository |
메소드 | 설명 | |
---|---|---|
autoCreateChildNodesCommand ( string $nodeType = null, string $workspace = 'live', boolean $dryRun = false ) : void | Create missing child nodes | |
processDescription ( string $controllerCommandName, string $description, Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : string | Processes the given description of the specified command. | |
processShortDescription ( string $controllerCommandName, string $shortDescription, Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : string | Processes the given short description of the specified command. | |
repairCommand ( string $nodeType = null, string $workspace = 'live', boolean $dryRun = false, boolean $cleanup = true, string $skip = null, string $only = null ) : void | Repair inconsistent nodes |
메소드 | 설명 | |
---|---|---|
detectPlugins ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : array | Detects plugins for this command controller |
public autoCreateChildNodesCommand ( string $nodeType = null, string $workspace = 'live', boolean $dryRun = false ) : void | ||
$nodeType | string | Node type name, if empty update all declared node types |
$workspace | string | Workspace name, default is 'live' |
$dryRun | boolean | Don't do anything, but report missing child nodes |
리턴 | void |
protected static detectPlugins ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : array | ||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | |
리턴 | array |
public static processDescription ( string $controllerCommandName, string $description, Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : string | ||
$controllerCommandName | string | Name of the command the description is referring to, for example "flush" |
$description | string | The command description so far |
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | The object manager, can be used to access further information necessary for rendering the description |
리턴 | string | the possibly modified command description |
public static processShortDescription ( string $controllerCommandName, string $shortDescription, Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) : string | ||
$controllerCommandName | string | Name of the command the description is referring to, for example "flush" |
$shortDescription | string | The short command description so far |
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | The object manager, can be used to access further information necessary for rendering the description |
리턴 | string | the possibly modified short command description |
public repairCommand ( string $nodeType = null, string $workspace = 'live', boolean $dryRun = false, boolean $cleanup = true, string $skip = null, string $only = null ) : void | ||
$nodeType | string | Node type name, if empty update all declared node types |
$workspace | string | Workspace name, default is 'live' |
$dryRun | boolean | Don't do anything, but report actions |
$cleanup | boolean | If FALSE, cleanup tasks are skipped |
$skip | string | Skip the given check or checks (comma separated) |
$only | string | Only execute the given check or checks (comma separated) |
리턴 | void |
protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager | ||
리턴 |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
리턴 | Neos\Flow\ObjectManagement\ObjectManagerInterface |