Class AApplication

Description

AApplication

Provides application-level services for alia applications

Located in /lib/AApplication.php (line 20)


	
			
Variable Summary
Method Summary
 AApplication __construct ()
 void getFrontURL ()
 void getHeaders ()
 void getMainWidget ()
 void output ( $string)
 void run ()
 void setFrontURL ( $url)
 void setMainWidget (AWidget $widget)
Variables
static mixed $instanceObject = null (line 35)
  • access: private
string $frontURL = "/front.php" (line 25)
  • access: private
AWidget $mainWidget (line 32)
  • access: private
Methods
Constructor __construct (line 42)

constructs the Alia object

  • access: private
AApplication __construct ()
getFrontURL (line 112)

returns the URL to the front controller

  • access: public
void getFrontURL ()
getHeaders (line 63)

returns the HTML necisarry for Alia's AJAX support

  • access: public
void getHeaders ()
getMainWidget (line 116)
  • access: public
void getMainWidget ()
instance (line 52)

returns the instance of the AAplication object

  • access: public
AApplication instance ()
output (line 71)
  • access: private
void output ( $string)
  • $string
run (line 89)

runs the application

  • access: public
void run ()
setFrontURL (line 105)

Sets the url to alia's front controller

  • access: public
void setFrontURL ( $url)
  • $url
setMainWidget (line 98)

Sets the main application widget.

  • access: public
void setMainWidget (AWidget $widget)
  • AWidget $widget: the main widget for the application

Documentation generated on Fri, 11 Jul 2008 13:28:38 -0400 by phpDocumentor 1.4.2