Constructor & Destructor Documentation
KWebAggregator_CSV::__construct |
( |
$ |
id | ) |
|
Member Function Documentation
KWebAggregator_CSV::connect |
( |
| ) |
|
KWebAggregator_CSV::fetchItems |
( |
| ) |
|
Returns an array of fetched items.
These are not KWebItem objects, but just representation of fetched data in a common format.
Every item should be an array (or array accessible object) with minimum fields:
- id - ID of an item
- item_type - type of an item (will be matched with $rules) And optional:
- item_parent_id - ID of this item's parent
- item_update - TRUE if update should be updated if it already exists (otherwise existing items will be skipped)
Other fields dependent on used aggregator.
- Returns:
- array(id, item_type)
Reimplemented from KWebAggregator.
KWebAggregator_CSV::isConnected |
( |
| ) |
|
Field Documentation
KWebAggregator_CSV::$csvCharset = false |
KWebAggregator_CSV::$csvDelimiter = ',' |
KWebAggregator_CSV::$csvEnclosure = '"' |
KWebAggregator_CSV::$csvEscape = '\\' |
KWebAggregator_CSV::$csvUrl |
The documentation for this class was generated from the following file: