Overview

Namespaces

  • Mapbender
    • Component
      • HTTP
    • CoreBundle
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
      • DependencyInjection
      • Element
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Controller
      • Form
        • DataTransformer
        • Type
    • MonitoringBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
      • Entity
      • EventListener
      • Form
    • PrintBundle
      • Component
      • Controller
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • EventListener
        • Type
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Event
      • Form
        • EventListener
        • Type
    • WmtsBundle
      • Component
        • Exception
      • Controller
      • Entity
      • Form
        • Type
  • None
  • PHP

Classes

  • YAMLDataTransformer
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class YAMLDataTransformer

YAML <-> Array data transformer

Mapbender\ManagerBundle\Form\DataTransformer\YAMLDataTransformer implements Symfony\Component\Form\DataTransformerInterface
Namespace: Mapbender\ManagerBundle\Form\DataTransformer
Author: Christian Wygoda
Located at Mapbender/ManagerBundle/Form/DataTransformer/YAMLDataTransformer.php
Methods summary
public string
# transform( array $array )

Transforms array to YAML

Transforms array to YAML

Parameters

$array
array
$array

Returns

string
public array
# reverseTransform( string $yaml )

Transforms YAML to array

Transforms YAML to array

Parameters

$yaml
string
$yaml

Returns

array
Mapbender3 API documenation API documentation generated by ApiGen 2.8.0