Mapbender 3.0.6.2 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 ExchangeJob

Job class

Direct known subclasses

Mapbender\ManagerBundle\Component\ImportJob

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

Methods summary

public
# __construct( string $format = 'json' )

ExchangeJob constructor.

ExchangeJob constructor.

Parameters

$format
public boolean
# getAddAcl( )

Returns

boolean
bool
public mixed
# setAddAcl( mixed $addAcl )

Parameters

$addAcl

Returns

mixed
$this
public Mapbender\CoreBundle\Entity\Application|null
# getApplication( )

Returns

Mapbender\CoreBundle\Entity\Application|null
Application|null
public mixed
# setApplication( Mapbender\CoreBundle\Entity\Application $application )

Parameters

$application

Returns

mixed
$this
public string
# getFormat( )

Returns

string
string
public mixed
# setFormat( mixed $format )

Parameters

$format

Returns

mixed
$this
public boolean
# getAddSources( )

Returns

boolean
bool
public mixed
# setAddSources( mixed $addSources )

Parameters

$addSources

Returns

mixed
$this
public boolean
# isFormatAnJson( )

Is format an JSON

Is format an JSON

Returns

boolean
bool
public boolean
# isFormatAnYaml( )

Is format an YAML

Is format an YAML

Returns

boolean
bool

Magic methods summary

Constants summary

string FORMAT_JSON
#'json'
string FORMAT_YAML
#'yaml'

Properties summary

protected mixed $addAcl
#
protected mixed $addSources
#
protected mixed $application
#
protected mixed $format
#
Mapbender 3.0.6.2 API documenation API documentation generated by ApiGen 2.8.0