PHP 클래스 FOF30\View\Engine\AbstractEngine

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

보호된 프로퍼티들

프로퍼티 타입 설명
$view The view we belong to

공개 메소드들

메소드 설명
__construct ( View $view ) Public constructor
get ( string $path, array $forceParams = [] ) : array Get the include path for a parsed view template

메소드 상세

__construct() 공개 메소드

Public constructor
public __construct ( View $view )
$view FOF30\View\View The view we belong to

get() 공개 메소드

Get the include path for a parsed 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

프로퍼티 상세

$view 보호되어 있는 프로퍼티

The view we belong to
protected $view