Class Matrix_Import
Matrix (tabular) data import iterator.
- 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
Direct known subclasses
Namespace: Core\Exchange
Package: Core\Exchange
Since: 3.0
Requires: PHP 5.3
Version: 1.0
Located at Exchange/Matrix.inc.php
Methods summary
public
array
|
|
public
integer
|
|
public
array
|
|
public
boolean
|
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
array
|
$_v_columns
Array of column identifiers (i.e. column headers). |
#
array ()
|
protected
array
|
$_v_data
Current data row. |
|
protected
integer
|
$_v_position
Current data row index. |
Magic properties
public read-only
array
|
$columns
Array of column identifiers (i.e. column headers). |
public read-only
array
|
$current
Current data row. |
public read-only
array
|
$data
Current data row. |
public read-only
integer
|
$key
Current data row index. |
public read-only
integer
|
$position
Current data row index. |
public read-only
array
|
$row
Current data row. |
public read-only
boolean
|
$valid
Iterator status whether current row is still valid. |