/** * Clear the default transport property */ public static function clearDefaultTransport() { self::$_defaultTransport = null; }