|
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| defaultTemplate () | |
| getTitle () | |
Data Fields | |
| $default_exception = 'Exception_ForUser' | |
Protected Attributes | |
| $title = 'Page' | |
This is the description for the Class
| defaultTemplate | ( | ) |
Redefine to return default template, when 4th argument of add() is omitted
Reimplemented from AbstractView.
Reimplemented in page_Error.
| getTitle | ( | ) |
| init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
Reimplemented in Page_EntityManager, page_DefaultAbout, and Page_Tester.
| $default_exception = 'Exception_ForUser' |
Exception class to use when $this->exception() is called
Reimplemented from AbstractObject.
$title = 'Page' [protected] |