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

site.inc.php

Go to the documentation of this file.
00001 <?
00009 class Site
00010 {
00014     private static $site;
00015     
00019     private function __construct()
00020     {
00021     }
00022 
00028     public static function setSite(BaseJumper $site)
00029     {
00030         self::$site = $site;
00031     }
00032 
00038     public static function getSite()
00039     {
00040         return self::$site;
00041     }
00042 }
00043 ?>

Generated on Fri Oct 27 12:26:40 2006 for BaseJumper by doxygen 1.3.9.1