프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$configurationManager | |||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$router |
메소드 | 설명 | |
---|---|---|
getPathCommand ( string $package, string $controller = 'Standard', string $action = 'index', string $format = 'html' ) : void | Generate a route path | |
listCommand ( ) : void | List the known routes | |
routePathCommand ( string $path, string $method = 'GET' ) : void | Route the given route path | |
showCommand ( integer $index ) : void | Show information for a route |
메소드 | 설명 | |
---|---|---|
getControllerObjectName ( string $packageKey, string $subPackageKey, string $controllerName ) : string | Returns the object name of the controller defined by the package, subpackage key and controller name |
protected getControllerObjectName ( string $packageKey, string $subPackageKey, string $controllerName ) : string | ||
$packageKey | string | the package key of the controller |
$subPackageKey | string | the subpackage key of the controller |
$controllerName | string | the controller name excluding the "Controller" suffix |
리턴 | string | The controller's Object Name or NULL if the controller does not exist |
public getPathCommand ( string $package, string $controller = 'Standard', string $action = 'index', string $format = 'html' ) : void | ||
$package | string | Package key and subpackage, subpackage parts are separated with backslashes |
$controller | string | Controller name, default is 'Standard' |
$action | string | Action name, default is 'index' |
$format | string | Requested Format name default is 'html' |
리턴 | void |
public listCommand ( ) : void | ||
리턴 | void |
public showCommand ( integer $index ) : void | ||
$index | integer | The index of the route as given by routing:list |
리턴 | void |
protected ConfigurationManager,Neos\Flow\Configuration $configurationManager | ||
리턴 |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
리턴 | Neos\Flow\ObjectManagement\ObjectManagerInterface |