$drive, 'type' => $drive_type, 'enabled' => $enabled, ); } public static function delete_drive( $drive_name ) { self::init(); unset( self::$drives[ $drive_name ] ); } } }