Overview

Namespaces

  • api
  • config
  • database
  • PHP
  • Slim
    • Exception
    • Http
    • Middleware
  • utiliy

Classes

  • ArrayManager
  • StringManager
  • XmlManager
  • Overview
  • Namespace
  • Class
  • Tree

Class XmlManager

The XmlManager provides some xml-methods

Namespace: utiliy
Author: stubbfel
Since: 25.06.2013
Located at utility/XmlManager.php
Methods summary
public static xml-string
# arrayToSpsXml( array[num][assoc] $result )

Method convert an array to a response xml for the sps service <place id ="4711" parentID=%0815"/>

Method convert an array to a response xml for the sps service <place id ="4711" parentID=%0815"/>

Parameters

$result
array[num][assoc]
$result

Returns

xml-string
public static xml-string
# arrayToPisXml( array[num][assoc] $result )

Method convert an array to a response xml for the pis service like <place id ="4711"> <placeInformation placeInformationName = "key">Value</placeinformation> </place>

Method convert an array to a response xml for the pis service like <place id ="4711"> <placeInformation placeInformationName = "key">Value</placeinformation> </place>

Parameters

$result
array[num][assoc]
$result

Returns

xml-string
public static xml-string
# arrayToPssXml( array[num][assoc] $result )

Method convert an array to a response xml for the pss service <place id ="4711"> <placeService placeServiceName = "key"> <sap>sapValue</sap> <request>reqVaule</request> </placeService> </place>

Method convert an array to a response xml for the pss service <place id ="4711"> <placeService placeServiceName = "key"> <sap>sapValue</sap> <request>reqVaule</request> </placeService> </place>

Parameters

$result
array[num][assoc]
$result

Returns

xml-string
GeoApi API documentation generated by ApiGen 2.8.0