PHP 클래스 Microweber\Providers\TemplateManager

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

공개 프로퍼티들

프로퍼티 타입 설명
$app An instance of the Microweber Application class.

공개 메소드들

메소드 설명
__construct ( $app = null )
get_styles ( )
site_templates ( $options = false ) : array

비공개 메소드들

메소드 설명
directory_map ( $source_dir, $directory_depth, $hidden = false, $full_path = false ) : array Create a Directory Map.

메소드 상세

__construct() 공개 메소드

public __construct ( $app = null )

get_styles() 공개 메소드

public get_styles ( )

site_templates() 공개 메소드

저자: Microweber Dev Team
public site_templates ( $options = false ) : array
$options $options ['type'] - 'layout' is the default type if you dont define any. You can define your own types as post/form, etc in the layout.txt file
리턴 array

프로퍼티 상세

$app 공개적으로 프로퍼티

An instance of the Microweber Application class.
public $app