Path

ez components / documentation / api reference / 1.1.2 / template


eZ Components 1.1.2

Template: ezcTemplateNoOutputContextException

[ Tutorial ] [ EBNF ] [ Functions ] [ Syntax ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcTemplateNoOutputContextException

Exception for for missing output contexts in classes. [source]

Parents

Exception
   |
   --ezcTemplateNoOutputContextException

Inherited Member Variables

From Exception (Internal Class):
protected  $code
protected  $file
protected  $line
protected  $message
private  $string
private  $trace

Method Summary

public ezcTemplateNoOutputContextException __construct( $class, $property )
Initialises the exception with the location object $location which contains the locator which is missing.

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

ezcTemplateNoOutputContextException __construct( string $class, string $property )
Initialises the exception with the location object $location which contains the locator which is missing.

Parameters

Name Type Description
$class string The name of the class which is missing the context.
$property string The name of the property which is missing the contex.

Redefinition of

Method Description
Exception::constructor __construct ( $message, $code )  

Last updated: Thu, 01 Nov 2007