PHP Class LimeExtra\App

Inheritance: extends Lime\App
Datei anzeigen Open project: sjardim/Hugopit

Public Methods

Method Description
__construct ( $settings = [] )
renderView ( $template, $slots = [] ) Outputs view content result
view ( String $template, Array $slots = [] ) : String Render view.

Method Details

__construct() public method

public __construct ( $settings = [] )

renderView() public method

Outputs view content result
public renderView ( $template, $slots = [] )

view() public method

Render view.
public view ( String $template, Array $slots = [] ) : String
$template String Path to view
$slots Array Passed variables
return String Rendered view