Welcome, Guest Log In

Class Krai_Module_Exception_Adone

Class Overview

Framework action done exception

This exception is used to send a message to the module from an action instance that the module should take over execution again.

Located in /Krai/Module/Exception/Adone.php [line 20]

Exception
   |
   --Krai_Exception
      |
      --Krai_Module_Exception_Adone

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Krai_Exception

Krai_Exception::$Errors

Inherited From Krai_Exception

Krai_Exception::__construct()
Constructor

[ Top ]
Constant Summary
KMEADefault   Code constant representing that neither a rendering nor a redirect occurred.
Redirected   Code constant representing that a redirection occurred.
Rendered   Code constant representing that a rendering occurred.

[ Top ]
Method Summary
Krai_Module_Exception_Adone   __construct()  

[ Top ]
Methods
Constructor __construct  [line 41]

  Krai_Module_Exception_Adone __construct( [ $code = 0], [ $message = ""]  )

Parameters:
   $code: 
   $message: 

API Tags:
Access:  public


Redefinition of:
Krai_Exception::__construct()
Constructor

[ Top ]
Constants
KMEADefault = 0 [line 27]

Code constant representing that neither a rendering nor a redirect occurred.


[ Top ]
Redirected = 2 [line 39]

Code constant representing that a redirection occurred.


[ Top ]
Rendered = 1 [line 33]

Code constant representing that a rendering occurred.


[ Top ]

Documentation generated on Fri, 25 Jul 2008 15:19:03 -0400 by phpDocumentor 1.4.2
Krai Framework site admin credits sitemap valid xhtml?