Method | Description | |
---|---|---|
_outputMessage ( string $template ) : void | Generate the response using the controller object. | |
_outputMessageSafe ( string $template ) : void | A safer way to render error messages, replaces all helpers, with basics and doesn't call component methods. |
protected _outputMessage ( string $template ) : void | ||
$template | string | The template to render. |
return | void |
protected _outputMessageSafe ( string $template ) : void | ||
$template | string | The template to render |
return | void |