Mapbender 3.0.6.3 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 ExchangeHandler

Description of ExportHandler

Direct known subclasses

Mapbender\ManagerBundle\Component\ExportHandler, Mapbender\ManagerBundle\Component\ImportHandler

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

Methods summary

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

ExchangeHandler constructor.

ExchangeHandler constructor.

Parameters

$container
protected Mapbender\CoreBundle\Entity\Application[]|Doctrine\Common\Collections\ArrayCollection
# getAllowedApplications( )

Get current user allowed applications

Get current user allowed applications

Returns

Mapbender\CoreBundle\Entity\Application[]|Doctrine\Common\Collections\ArrayCollection
Application[]|ArrayCollection
protected Mapbender\CoreBundle\Entity\Source[]|Doctrine\Common\Collections\ArrayCollection
# getAllowedApplicationSources( Mapbender\CoreBundle\Entity\Application $app, string $action = Mapbender\ManagerBundle\Component\SecurityContext::PERMISSION_EDIT )

Get current user allowed application sources

Get current user allowed application sources

Parameters

$app
$action

Returns

Mapbender\CoreBundle\Entity\Source[]|Doctrine\Common\Collections\ArrayCollection
Source[]|ArrayCollection
protected Mapbender\CoreBundle\Entity\Source[]|Doctrine\Common\Collections\ArrayCollection
# getAllowedSources( )

Get allowed sources

Get allowed sources

Returns

Mapbender\CoreBundle\Entity\Source[]|Doctrine\Common\Collections\ArrayCollection
Source[]|ArrayCollection
public Mapbender\CoreBundle\Component\SecurityContext
# getSecurityContext( )

Returns

Mapbender\CoreBundle\Component\SecurityContext
SecurityContext
public Symfony\Component\DependencyInjection\ContainerInterface
# getContainer( )

Returns

Symfony\Component\DependencyInjection\ContainerInterface
ContainerInterface
public Mapbender\ManagerBundle\Component\ImportJob
# getJob( )

Returns

Mapbender\ManagerBundle\Component\ImportJob
ImportJob
public mixed
# setJob( mixed $job )

Parameters

$job

Returns

mixed
$this
public array
# getMapper( )

Returns

array
array
public mixed
# setMapper( mixed $mapper )

Parameters

$mapper

Returns

mixed
$this
public boolean
# isGranted( string $action, Object $object )

Checks the grant for an action and an object

Checks the grant for an action and an object

Parameters

$action
action, for example "CREATE"
$object
the object

Returns

boolean
bool

Throws

Symfony\Component\Security\Core\Exception\AccessDeniedException
AccessDeniedException
abstract public
# createForm( )

Creates a Job form

Creates a Job form

abstract public
# bindForm( )

Bind a Job form

Bind a Job form

abstract public
# makeJob( )

Bind a Job form

Bind a Job form

Magic methods summary

Constants summary

string CONTENT_APP
#'aplication'
string CONTENT_ACL
#'acl'
string CONTENT_SOURCE
#'source'

Properties summary

protected Mapbender\CoreBundle\Component\SecurityContext $securityContext
#
protected Symfony\Component\DependencyInjection\ContainerInterface $container
#
protected Mapbender\ManagerBundle\Component\ImportJob $job
#
protected mixed $mapper
#
Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0