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_Import

Import iterator for CSV data rows.

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\Set\Mutable implements Core\Mutator
Extended by Core\Field implements Core\Inquiry
Extended by Core\Exchange\Matrix_Import implements Iterator
Extended by Core\Exchange\Driver\csv_Import
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\Exchange\Driver\csv $driver )

Parameters

$driver
CSV driver instance to initialise import iterator for.

Since

3.0
protected
# _assignRawData( array & $dataSet = null )

Assigns row entries to their associative data fields.

Assigns row entries to their associative data fields.

Parameters

$dataSet
Raw data set to assign to internal data field.

Since

3.0
public
# next( )

Sets the internal row set to the next CSV row.

Sets the internal row set to the next CSV row.

Since

3.0
public
# rewind( )

Rewinds the internal row set pointer to the first row. Only available if the back-end stream supports seeking.

Rewinds the internal row set pointer to the first row. Only available if the back-end stream supports seeking.

Since

3.0

Methods inherited from Core\Exchange\Matrix_Import

current(), key(), row(), valid()

Methods inherited from Core\Field

getDataForKey(), getDataForKeys(), getDataForUndefinedKey(), issetDataForKey(), offsetExists(), offsetGet(), offsetSet(), offsetUnset()

Methods inherited from Core\Set\Mutable

__set(), __unset()

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\Stream $_v_stream

Data source stream.

Data source stream.

Since

3.0
#

Properties inherited from Core\Exchange\Matrix_Import

$_v_columns, $_v_data, $_v_position

Magic properties

public read-only Core\Stream $stream

Data source stream.

Magic properties inherited from Core\Exchange\Matrix_Import

$columns, $current, $data, $key, $position, $row, $valid

Magic properties inherited from Core\Object

$hash, $uuid

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