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. | |
|
|
your private constructor... singleton. Definition at line 19 of file site.inc.php. |
|
|
get our instance of the site
Definition at line 38 of file site.inc.php. Referenced by BaseAdmin::drawClearHitsPage(). |
|
|
set the site
Definition at line 28 of file site.inc.php. |
|
|
this is our instance of the site.
Definition at line 14 of file site.inc.php. |
1.3.9.1