Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 481 Bytes

File metadata and controls

23 lines (12 loc) · 481 Bytes

Output methods

Available in each controller

output()

Direct access to the Output Loader object.

outputCli($string = '', $eol = true)

Echoes the string and optional PHP_EOL.

outputHtmlPartial($data, $template)

Returns \WebServCo\Framework\Http\Response.

outputHtml($data, $pageTemplate, $mainTemplate = null)

Returns \WebServCo\Framework\Http\Response.

outputJson($content, $result = true)

Returns \WebServCo\Framework\Http\Response.