Mapbender 3.0.6.1 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

  • CsvResponse
  • ExportResponse
  • GeoConverterComponent
  • PathHelper

Class CsvResponse

Class CsvResponse

Symfony\Component\HttpFoundation\Response
Extended by FOM\CoreBundle\Component\CsvResponse
Namespace: FOM\CoreBundle\Component
Package: FOM\CoreBundle\Component
Deprecated
Copyright: 2014 by WhereGroup GmbH & Co. KG
Author: Andriy Oblivantsev <eslider@gmail.com>
Located at FOM/CoreBundle/Component/CsvResponse.php

Methods summary

public
# __construct( array $data = NULL, string $fileName = 'export.csv', string $encodingFrom = 'UTF-8', string $enclosure = '"', string $delimiter = ',', boolean $enableDownload = true )

CSV Response

CSV Response

Parameters

$data
Data list
$fileName
Name of file
$encodingFrom
Encode from charset
$enclosure
Enclosure
$delimiter
Delimiter
$enableDownload
Enable download
public
# enableDownload( )
public
# setData( array $data, boolean $detectHead = true )

Set data

Set data

Parameters

$data
$detectHead
public mixed
# setEnclosure( string $enclosure )

Set enclosure

Set enclosure

Parameters

$enclosure

Returns

mixed
$this
public mixed
# setDelimiter( string $delimiter )

Set delimiter

Set delimiter

Parameters

$delimiter

Returns

mixed
$this
public mixed
# setEncodingFrom( string $encodingFrom )

Set encoding from charset

Set encoding from charset

Parameters

$encodingFrom

Returns

mixed
$this
public mixed
# setFileName( string $fileName )

Set export file name

Set export file name

Parameters

$fileName

Returns

mixed
$this

Magic methods summary

Constants summary

string UTF_16_LE

Unicode charset

Unicode charset

#'UTF-16LE'
Mapbender 3.0.6.1 API documenation API documentation generated by ApiGen 2.8.0