PHP Class think\exception\TemplateNotFoundException

Inheritance: extends RuntimeException
Exibir arquivo Open project: top-think/framework

Protected Properties

Property Type Description
$template

Public Methods

Method Description
__construct ( $message, $template = '' )
getTemplate ( ) : string 获取模板文件

Method Details

__construct() public method

public __construct ( $message, $template = '' )

getTemplate() public method

获取模板文件
public getTemplate ( ) : string
return string

Property Details

$template protected_oe property

protected $template