Template: ezcTemplateFileNotWriteableException
[ ]
[ EBNF ] [ Functions ]
[ ]
[ ]
[ ]
[ ]
Class: ezcTemplateFileNotWriteableException
|
Exception for problems when writing to template files. [
source]
Parents
Exception
|
--ezcBaseException
|
--ezcTemplateException
|
--ezcTemplateFileNotWriteableException
Inherited Member Variables
From
ezcBaseException:
From
Exception (Internal Class):
|
protected |
$code
|
|
protected |
$file
|
|
protected |
$line
|
|
protected |
$message
|
|
private |
$string
|
|
private |
$trace
|
Method Summary
|
public ezcTemplateFileNotWriteableException |
__construct(
$stream, [$type = "requested template file"] )
Constructor |
Inherited Methods
From
ezcTemplateException :
From
ezcBaseException :
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
ezcTemplateFileNotWriteableException __construct(
string
$stream, [string
$type = "requested template file"] )
Constructor
Parameters
| Name |
Type |
Description |
$stream |
string |
The stream path to the template file which could not be written. |
$type |
string |
The type of the file that could not be read. |
Redefinition of
Last updated: Thu, 31 Jan 2008