Template: ezcTemplateParseException
[ ]
[ EBNF ] [ Functions ] [ Syntax ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTemplateParseException
|
Exception for problems when renaming template files. [
source]
Parents
Exception
|
--ezcTemplateParseException
Constants
Inherited Member Variables
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTemplateParseException |
__construct(
$type, [$comment = false], $from, $to )
Initialises the exception with the original template file path and the new file path. |
Inherited Methods
From
Exception (Internal Class) :
|
public Exception |
constructor __construct ( $message, $code )
|
|
public void |
getCode ( )
|
|
public void |
getFile ( )
|
|
public void |
getLine ( )
|
|
public void |
getMessage ( )
|
|
public void |
getTrace ( )
|
|
public void |
getTraceAsString ( )
|
|
public void |
__clone ( )
|
|
public void |
__toString ( )
|
Methods
__construct
ezcTemplateParseException __construct(
$type, [
$comment = false], string
$from, string
$to )
Initialises the exception with the original template file path and the new file path.
Parameters
| Name |
Type |
Description |
$from |
string |
The original file path. |
$to |
string |
The new file path. |
$type |
|
|
$comment |
|
|
Redefinition of
| Method |
Description |
Exception::constructor __construct ( $message, $code ) |
|
Last updated: Thu, 01 Nov 2007