Overview

Namespaces

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

Classes

  • ArrayManager
  • JsonManager
  • StringManager
  • XmlManager

Interfaces

  • SerialManager
  • Overview
  • Namespace
  • Class
  • Tree

Interface SerialManager

This is an Interface for the serialpation from sql-result to formatted string

Direct known implementers

utiliy\JsonManager, utiliy\XmlManager
Namespace: utiliy
Author: stubbfel
Since: 01.07.2013
Located at utility/SerialManager.php
Methods summary
public string
# arrayToSps( array $result )

Convert an array from the SPS to a formatted string

Convert an array from the SPS to a formatted string

Parameters

$result
array
[num] [assoc] $result

Returns

string
public string
# arrayToPis( array $result )

Convert an array from the PIS to a formatted string

Convert an array from the PIS to a formatted string

Parameters

$result
array
[num] [assoc] $result

Returns

string
public string
# arrayToPss( array $result )

Convert an array from the PSS to a formatted string

Convert an array from the PSS to a formatted string

Parameters

$result
array
[num] [assoc] $result

Returns

string
GeoApi API documentation generated by ApiGen 2.8.0