Mapbender 3.0.6.0 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • ExchangeDenormalizer
  • ExchangeHandler
  • ExchangeJob
  • ExchangeNormalizer
  • ExchangeSerializer
  • ExportHandler
  • ImportHandler
  • ImportJob
  • UploadScreenshot

Interfaces

  • Mapper

Class ExchangeSerializer

ExchangeNormalizer class normalizes objects to array.

Direct known subclasses

Mapbender\ManagerBundle\Component\ExchangeDenormalizer, Mapbender\ManagerBundle\Component\ExchangeNormalizer

Abstract
Namespace: Mapbender\ManagerBundle\Component
Author: Paul Schmidt
Located at Mapbender/ManagerBundle/Component/ExchangeSerializer.php

Methods summary

public
# __construct( Symfony\Component\DependencyInjection\ContainerInterface $container )

Parameters

$container
container
public
# getClassMetadata( mixed $realClass )
public
# getReflectionClass( mixed $realClass )
public
# getContainer( )
public
# setContainer( mixed $container )
public
# getParentClasses( mixed $class, mixed $parents = array() )
public
# getReturnMethod( mixed $fieldName, ReflectionClass $class )
public
# getSetMethod( mixed $fieldName, ReflectionClass $class )
public
# getMethodName( mixed $fieldName, mixed $prefix, ReflectionClass $class )
public
# getRealClass( mixed $object )
public
# createRealObject( mixed $object )
public
# createInstanceIdent( mixed $object, mixed $params = array() )
public array
# getIdentCriteria( mixed $data, Doctrine\ORM\Mapping\ClassMetadata $meta, boolean $addUniques = false, array $added = array() )

Creates a list of key value pairs for unique search of entities.

Creates a list of key value pairs for unique search of entities.

Parameters

$data
entity object or serialized entity object (array)
$meta
$addUniques
flag to add of uniques fields
$added
a list of added fields

Returns

array
list of search parameters (criteria)
public
# getClassName( mixed $data )
public
# getClassDifinition( mixed $data )
public
# getClassConstructParams( mixed $data )
public boolean
# findSuperClass( type $classIs, type $classToFind )

Checks if given class or it parent is a class to find.

Checks if given class or it parent is a class to find.

Parameters

$classIs
$classToFind

Returns

boolean
boolean

Magic methods summary

Constants summary

string KEY_CLASS
#'__class__'
string KEY_SLUG
#'slug'
string KEY_IDENTIFIER
#'identifier'
string KEY_GETTER
#Mapbender\ManagerBundle\Component\EAP::GETTER
string KEY_SETTER
#Mapbender\ManagerBundle\Component\EAP::SETTER
string KEY_COLUMN
#Mapbender\ManagerBundle\Component\EAP::COLUMN
string KEY_UNIQUE
#'unique'
string KEY_MAP
#'map'
string KEY_PRIMARY
#'primary'
string KEY_CONFIGURATION
#'configuration'
string KEY_GET
#'get'
string KEY_SET
#'set'
string KEY_ADD
#'add'
string KEY_HAS
#'has'
string KEY_IS
#'is'

Properties summary

protected mixed $container
#
protected mixed $classMetadata
#
protected mixed $classReflection
#
Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0