Class csv_Import
Import iterator for CSV data rows.
- Core\Object implements Core\Chainable
-
Core\Set
implements
Core\Accessor
-
Core\Set\Mutable
implements
Core\Mutator
-
Core\Field
implements
Core\Inquiry
-
Core\Exchange\Matrix_Import
implements
Iterator
-
Core\Exchange\Driver\csv_Import
Package: Core\Exchange
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Exchange/Driver/csv.inc.php
Methods summary
public
|
|
protected
|
|
public
|
|
public
|
#
rewind( )
Rewinds the internal row set pointer to the first row. Only available if the back-end stream supports seeking. |
Methods inherited from Core\Exchange\Matrix_Import
Methods inherited from Core\Field
getDataForKey(),
getDataForKeys(),
getDataForUndefinedKey(),
issetDataForKey(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset()
Methods inherited from Core\Set\Mutable
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
|
$_v_stream
Data source stream. |
Properties inherited from Core\Exchange\Matrix_Import
Magic properties
public read-only
|
$stream
Data source stream. |