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

  • BaseConfiguration
  • DataItem
  • Feature

Class DataItem

Class DataSource

Direct known subclasses

Mapbender\DataSourceBundle\Entity\Feature

Namespace: Mapbender\DataSourceBundle\Entity
Package: Mapbender\CoreBundle\Entity
Author: Andriy Oblivantsev <eslider@gmail.com>
Located at data-source/Entity/DataItem.php

Methods summary

public
# __construct( mixed $args = null, string $uniqueIdField = 'id', boolean $fill = false )

Parameters

$args
string|array|null Optional JSON string or array
$uniqueIdField
ID field name
$fill
array|null Fill array
public string
# __toString( )

Return string

Return string

Returns

string
string
public mixed
# toArray( )

Return array

Return array

Returns

mixed
mixed
public
# setId( mixed $id )

Parameters

$id
public boolean
# hasId( )

Is id set

Is id set

Returns

boolean
bool
public integer
# getId( )

Get id

Get id

Returns

integer
integer
public mixed
# getAttributes( )

Get attributes (parameters)

Get attributes (parameters)

Returns

mixed
mixed
public
# getAttribute( mixed $name )

Parameters

$name
public
# setAttributes( mixed $attributes )

Merge attributes

Merge attributes

Parameters

$attributes
public
# setAttribute( mixed $key, mixed $value )

Set attribute

Set attribute

Parameters

$key
$value
public
# setChildren( Mapbender\DataSourceBundle\Entity\DataItem[] $children )

Parameters

$children
public Mapbender\DataSourceBundle\Entity\DataItem[]
# getChildren( )

Returns

Mapbender\DataSourceBundle\Entity\DataItem[]
DataItem[]

Magic methods summary

Properties summary

protected mixed $id

ORM\Column(type="integer")

ORM\GeneratedValue

ORM\Id

#
protected array $attributes

Meta data

Meta data

ORM\Column(type="json_array")

#array()
protected string $uniqueIdField

Meta data unique field key name

Meta data unique field key name

#
protected Mapbender\DataSourceBundle\Entity\DataItem[] $children

DataItem children

DataItem children

#
Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0