PHP 클래스 FOF30\View\Engine\PhpEngine

상속: extends AbstractEngine, implements FOF30\View\Engine\EngineInterface
파일 보기 프로젝트 열기: akeeba/fof

공개 메소드들

메소드 설명
get ( string $path, array $forceParams = [] ) : array Get the evaluated contents of the view template.

메소드 상세

get() 공개 메소드

Get the evaluated contents of the view template.
public get ( string $path, array $forceParams = [] ) : array
$path string The path to the view template
$forceParams array Any additional information to pass to the view template engine
리턴 array Content evaluation information