Public Member Functions | |
| set ($filename, $startTag, $endTag, $itemTag, $itemEndTag) | |
| openFile () | |
| closeFile () | |
| isFinished () | |
| saveItems () | |
| mergeItems ($filename) | |
| getItem () | |
| getTotalCount () | |
| getKey () | |
| _addTagCRTail ($str) | |
Public Attributes | |
| $key = '' | |
| $cache_path = './files/cache/importer' | |
| $cache_index_file = './files/cache/importer' | |
| $filename = null | |
| $startTag = '' | |
| $endTag = '' | |
| $itemStartTag = '' | |
| $itemEndTag = '' | |
| $fd = null | |
| $index_fd = null | |
| $isStarted = false | |
| $isFinished = true | |
| $buff = 0 | |
| $index = 0 | |
Definition at line 11 of file extract.class.php.
| extract::_addTagCRTail | ( | $str | ) |
Definition at line 313 of file extract.class.php.
| extract::closeFile | ( | ) |
| extract::getItem | ( | ) |
| extract::getKey | ( | ) |
Definition at line 308 of file extract.class.php.
| extract::getTotalCount | ( | ) |
Definition at line 303 of file extract.class.php.
| extract::isFinished | ( | ) |
Definition at line 198 of file extract.class.php.
| extract::mergeItems | ( | $filename | ) |
| extract::openFile | ( | ) |
| extract::saveItems | ( | ) |
| extract::set | ( | $filename, | |
| $startTag, | |||
| $endTag, | |||
| $itemTag, | |||
| $itemEndTag | |||
| ) |
Get arguments for constructor, file name, start tag, end tag, tag name for each item
| string | $filename | |
| string | $startTag | |
| string | $endTag | |
| string | $itemTag | |
| string | $itemEndTag |
Definition at line 97 of file extract.class.php.
| extract::$buff = 0 |
Definition at line 80 of file extract.class.php.
| extract::$cache_index_file = './files/cache/importer' |
Definition at line 27 of file extract.class.php.
| extract::$cache_path = './files/cache/importer' |
Definition at line 22 of file extract.class.php.
| extract::$endTag = '' |
Definition at line 42 of file extract.class.php.
| extract::$fd = null |
Definition at line 58 of file extract.class.php.
| extract::$filename = null |
Definition at line 32 of file extract.class.php.
| extract::$index = 0 |
Definition at line 86 of file extract.class.php.
| extract::$index_fd = null |
Definition at line 63 of file extract.class.php.
| extract::$isFinished = true |
Definition at line 74 of file extract.class.php.
| extract::$isStarted = false |
Definition at line 69 of file extract.class.php.
| extract::$itemEndTag = '' |
Definition at line 52 of file extract.class.php.
| extract::$itemStartTag = '' |
Definition at line 47 of file extract.class.php.
| extract::$key = '' |
Definition at line 17 of file extract.class.php.
| extract::$startTag = '' |
Definition at line 37 of file extract.class.php.
1.8.5