/** * Resets previously set instances */ public static function resetClassInstances() { self::$_aClassInstances = array(); }