Changeset 1678
- Timestamp:
- 12/05/2007 10:49:24 PM (1 year ago)
- Files:
-
- branches/2.0-old (moved) (moved from branches/2.0)
- branches/2.0-old/demo (added)
- branches/2.0-old/demo/MM_Verwendung.php (added)
- branches/2.0-old/scripts/ModuleManager.class.php (modified) (2 diffs)
- branches/2.0-zf (added)
- branches/2.0-zf/lib (added)
- branches/2.0-zf/lib/Jlog (added)
- branches/2.0-zf/lib/Zend (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0-old/scripts/ModuleManager.class.php
r1649 r1678 4 4 * This file is part of Jlog <http://jeenaparadies.net/projects/jlog> 5 5 * Please read the license information on how to use, modify or re-distribute this file. 6 * 6 * 7 7 * $Author$ 8 8 * $Date$ … … 48 48 return self::$instance; 49 49 } 50 51 /** 52 * Private Constructor 53 * 54 * Disallow creating new instances of this class directly. 55 **/ 50 56 private function __construct() { 51 57 // Standard construction not possible (private function)
