PHP 클래스 Themosis\Config\Template

파일 보기 프로젝트 열기: themosis/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$data array A list of given templates.
$filter Themosis\Hook\IHook

공개 메소드들

메소드 설명
__construct ( array $data, Themosis\Hook\IHook $filter )
make ( ) : Template Init the page template module.

보호된 메소드들

메소드 설명
names ( ) : array Get the template names data and return them.

메소드 상세

__construct() 공개 메소드

public __construct ( array $data, Themosis\Hook\IHook $filter )
$data array
$filter Themosis\Hook\IHook

make() 공개 메소드

Init the page template module.
public make ( ) : Template
리턴 Template

names() 보호된 메소드

Get the template names data and return them.
protected names ( ) : array
리턴 array An array of template names.

프로퍼티 상세

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

A list of given templates.
protected array $data
리턴 array

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

protected IHook,Themosis\Hook $filter
리턴 Themosis\Hook\IHook