PHP 클래스 SmartyCompilerException, shudong-share

상속: extends SmartyException
파일 보기 프로젝트 열기: HFO4/shudong-share 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__toString ( )

메소드 상세

__toString() 공개 메소드

public __toString ( )

프로퍼티 상세

$desc 공개적으로 프로퍼티

The raw text of the error message
public $desc

$line 공개적으로 프로퍼티

The line number of the template error
public $line

$source 공개적으로 프로퍼티

The template source snippet relating to the error
public $source

$template 공개적으로 프로퍼티

The resource identifier or template name
public $template