Registers a command specified by the given identifier to be called during
compiletime (versus runtime). The related command controller must be totally
aware of the limited functionality Flow provides at compiletime.
public registerCompiletimeCommand ( string $commandIdentifier ) : void | ||
$commandIdentifier | string | Package key, controller name and command name separated by colon, e.g. "neos.flow:core:shell", wildcard for command name possible: "neos.flow:core:*" |
return | void |