[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/api/ -> ApiFormatXml.php (summary)

Created on Sep 19, 2006 Copyright © 2006 Yuri Astrakhan "<Firstname><Lastname>@gmail.com"

File Size: 256 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ApiFormatXml:: (9 methods):
  getMimeType()
  getNeedsRawData()
  setRootElement()
  execute()
  recXmlPrint()
  addXslt()
  getAllowedParams()
  getParamDescription()
  getDescription()


Class: ApiFormatXml  - X-Ref

API XML output formatter

getMimeType()   X-Ref
No description

getNeedsRawData()   X-Ref
No description

setRootElement( $rootElemName )   X-Ref
No description

execute()   X-Ref
No description

recXmlPrint( $elemName, $elemValue, $indent )   X-Ref
This method takes an array and converts it to XML.

There are several noteworthy cases:

If array contains a key '_element', then the code assumes that ALL
other keys are not important and replaces them with the
value['_element'].

param: string $elemName
param: mixed $elemValue
param: int $indent
return: string

addXslt()   X-Ref
No description

getAllowedParams()   X-Ref
No description

getParamDescription()   X-Ref
No description

getDescription()   X-Ref
No description



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1