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

Interfaces

  • Base
  • Geographic
  • Manageble
  • Routable

Interface Base

Interface IDriver

Direct known implementers

Mapbender\DataSourceBundle\Component\Drivers\DoctrineBaseDriver, Mapbender\DataSourceBundle\Component\Drivers\YAML

Indirect known implementers

Mapbender\DataSourceBundle\Component\Drivers\Oracle, Mapbender\DataSourceBundle\Component\Drivers\PostgreSQL, Mapbender\DataSourceBundle\Component\Drivers\SQLite

Namespace: Mapbender\DataSourceBundle\Component\Drivers\Interfaces
Located at data-source/Component/Drivers/Interfaces/Base.php

Methods summary

public array
# get( mixed $id )

Get object by id, array or object himself

Get object by id, array or object himself

Parameters

$id

Returns

array
array
public mixed
# getById( mixed $id )

Get object by ID and field name

Get object by ID and field name

Parameters

$id
ID

Returns

mixed
public Mapbender\DataSourceBundle\Entity\DataItem
# create( mixed $args )

Cast DataItem by $args

Cast DataItem by $args

Parameters

$args

Returns

Mapbender\DataSourceBundle\Entity\DataItem
DataItem
public mixed
# save( Mapbender\DataSourceBundle\Entity\DataItem $data, boolean $autoUpdate = true )

Save the data

Save the data

Parameters

$data
$autoUpdate
Create if item doesn't exits

Returns

mixed
mixed
public mixed
# remove( mixed $args )

Remove by args

Remove by args

Parameters

$args

Returns

mixed
mixed
public mixed
# connect( mixed $url )

Connect to the source

Connect to the source

Parameters

$url

Returns

mixed
mixed
public boolean
# isReady( )

Is the driver connected an ready to interact?

Is the driver connected an ready to interact?

Returns

boolean
bool
public boolean
# canRead( )

Has permission to read?

Has permission to read?

Returns

boolean
bool
public boolean
# canWrite( )

Has permission to write?

Has permission to write?

Returns

boolean
bool
public string
# getPlatformName( )

Get platform name

Get platform name

Returns

string
string
public mixed
# search( array $criteria )

Parameters

$criteria

Returns

mixed
mixed

Magic methods summary

Mapbender 3.0.6.3 API documenation API documentation generated by ApiGen 2.8.0