xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • csv
  • csv_Import

Class csv

CSV data exchange driver.

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\Exchange
Extended by Core\Exchange\Matrix
Extended by Core\Exchange\Driver\csv
Namespace: Core\Exchange\Driver
Package: Core\Exchange
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Exchange/Driver/csv.inc.php

Methods summary

public
# __construct( Core\URI $uri )

Initialises a new data exchange driver.

Initialises a new data exchange driver.

Parameters

$uri
Data exchange driver configuration URI.

Since

3.0

Overrides

Core\Exchange\Matrix::__construct
public object
# export( )

Returns an export collector interface.

Returns an export collector interface.

Returns

object

Since

3.0
public Core\Exchange\Driver\csv_Import
# import( )

Returns an import iterator interface.

Returns an import iterator interface.

Returns

Core\Exchange\Driver\csv_Import

Since

3.0

Methods inherited from Core\Exchange

autocreate()

Methods inherited from Core\Set

__get(), __isset()

Methods inherited from Core\Object

__autocreateFactory(), __call(), __processParameters(), __toString(), attachMethod(), chain(), getValueForKey(), getValueForKeyPath(), getValueForUndefinedKey(), hash(), issetValueForKey(), setValueForKey(), setValueForKeyPath(), setValueForUndefinedKey(), uuid()

Constants summary

Constants inherited from Core\Object

AnyParameterType, AutochainParameterType, AutocreateParameterType, BooleanParameterType, CharParameterType, EnumParameterType, IntegerParameterType, RealParameterType, StringParameterType, UserParameterType

Properties summary

protected Core\URI $_v_streamURI

CSV data stream URI.

CSV data stream URI.

Since

3.0
#

Magic properties

public read-only Core\URI $streamURI

CSV data stream URI.

Magic properties inherited from Core\Object

$hash, $uuid

xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen