PHP Class Microweber\Utils\Adapters\Template\MicroweberTemplate

Datei anzeigen Open project: microweber/microweber

Public Properties

Property Type Description
$app

Public Methods

Method Description
__construct ( $app = null )
get_layout ( $page = [] ) Return the path to the layout file that will render the page.
render ( $params = [] )

Method Details

__construct() public method

public __construct ( $app = null )

get_layout() public method

Return the path to the layout file that will render the page.
public get_layout ( $page = [] )

render() public method

public render ( $params = [] )

Property Details

$app public_oe property

public $app