$object) $this->{$name} = $object; } /** * Class registration * * @param String $className The name of the class to register * @param Object $object The object to register */ public static function register($className, $object){ self::$objects[$className] = $object; } }