PHP 클래스 Microweber\Utils\Adapters\Template\MicroweberTemplate

파일 보기 프로젝트 열기: microweber/microweber

공개 프로퍼티들

프로퍼티 타입 설명
$app

공개 메소드들

메소드 설명
__construct ( $app = null )
get_layout ( $page = [] ) Return the path to the layout file that will render the page.
render ( $params = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( $app = null )

get_layout() 공개 메소드

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

render() 공개 메소드

public render ( $params = [] )

프로퍼티 상세

$app 공개적으로 프로퍼티

public $app