STATE_STAY
STATE_STAY
Stay on step after execution
Class app_dev_action_carecenter_step_configure
$_action : \app_core_action_wizard
init(\app_core_action_wizard $action, \stdClass $sessionDataContainer, $forExecute = true)
Initializes step
| \app_core_action_wizard | $action | |
| \stdClass | $sessionDataContainer | |
| $forExecute |
getResponseData() : \Fuman_Response_Data
Gets response data for step
__construct(null|string $templatePath = null, null|\stdClass $data = null) : \Fuman_Response_Data
Constructor
| null|string | $templatePath | |
| null|\stdClass | $data |
addCssFile(string $path, string $media = 'all', string|null $packageName = null) : \Fuman_Response_Data
Add a CSS file
| string | $path | |
| string | $media | |
| string|null | $packageName | Used for pack.php |
addJsFile(string $path, integer $javaScriptLoadType, string|null $packageName = null) : \Fuman_Response_Data
Add a Js file
| string | $path | |
| integer | $javaScriptLoadType | |
| string|null | $packageName | Used for pack.php |
setTemplatePath(string $templatePath) : \Fuman_Response_Data
Sets script path
| string | $templatePath |