Template_Section_Command_Controller
extends Core_Command_Controller
in package
Core command controller.
Tags
Table of Contents
Properties
- $_uri : string|null
- URI
Methods
- getUri() : Core_Command_Controller
- Get URI
- setUri() : Core_Command_Controller
- Set URI
- showAction() : Core_Response
- Default controller action
Properties
$_uri
URI
protected
string|null
$_uri
= \NULL
Methods
getUri()
Get URI
public
getUri() : Core_Command_Controller
Return values
Core_Command_ControllersetUri()
Set URI
public
setUri(string $uri) : Core_Command_Controller
Parameters
- $uri : string
-
URI
Return values
Core_Command_ControllershowAction()
Default controller action
public
showAction() : Core_Response