Changeset 1022
- Timestamp:
- 11/10/07 01:18:15 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/stubBindingScopes.php
r1009 r1022 28 28 * Initialize all built-in scopes 29 29 */ 30 public function __static() {30 public static function __static() { 31 31 self::$SINGLETON = new stubBindingScopeSingleton(); 32 32 }
