PHP Class SmartyCompilerException, shudong-share

Inheritance: extends SmartyException
Show file Open project: HFO4/shudong-share Class Usage Examples

Public Properties

Property Type Description
$desc The raw text of the error message
$line The line number of the template error
$source The template source snippet relating to the error
$template The resource identifier or template name

Public Methods

Method Description
__toString ( )

Method Details

__toString() public method

public __toString ( )

Property Details

$desc public property

The raw text of the error message
public $desc

$line public property

The line number of the template error
public $line

$source public property

The template source snippet relating to the error
public $source

$template public property

The resource identifier or template name
public $template