Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Site Class Reference
[BaseJumper Framework]

List of all members.

Detailed Description

Access BaseJumper instance anywhere.

site is the singleton we use so that you can access your BaseJumper object from anywhere within your code

Definition at line 9 of file site.inc.php.

Static Public Member Functions

 setSite (BaseJumper $site)
 set the site
 getSite ()
 get our instance of the site

Private Member Functions

 __construct ()
 your private constructor...

Static Private Attributes

 $site
 this is our instance of the site.


Member Function Documentation

Site::__construct  )  [private]
 

your private constructor...

singleton.

Definition at line 19 of file site.inc.php.

Site::getSite  )  [static]
 

get our instance of the site

Returns:
$site a basejumper derived object of our site.

Definition at line 38 of file site.inc.php.

Referenced by BaseAdmin::drawClearHitsPage().

Site::setSite BaseJumper site  )  [static]
 

set the site

Parameters:
$site a BaseJumper derived object that you want.

Definition at line 28 of file site.inc.php.


Member Data Documentation

Site::$site [static, private]
 

this is our instance of the site.

Definition at line 14 of file site.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:42 2006 for BaseJumper by doxygen 1.3.9.1