31 parent::__construct( $main, $format );
36 return 'application/rsd+xml';
39 public static function recXmlPrint( $name, $value, $indent, $attributes = [] ) {
40 unset( $attributes[
'_idx'] );
41 return parent::recXmlPrint( $name, $value, $indent, $attributes );
46class_alias( ApiFormatXmlRsd::class,
'ApiFormatXmlRsd' );
This is the main API class, used for both external and internal processing.