|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
define parser interface More...
Inheritance diagram for SimpleExcel\Parser\IParser:
Collaboration diagram for SimpleExcel\Parser\IParser:Public Member Functions | |
| getCell ($row_num, $col_num, $val_only) | |
| getColumn ($col_num, $val_only) | |
| getRow ($row_num, $val_only) | |
| getField ($val_only) | |
| isCellExists ($row_num, $col_num) | |
| isColumnExists ($col_num) | |
| isRowExists ($row_num) | |
| isFieldExists () | |
| isFileReady ($file_path) | |
| loadFile ($file_path) | |
| loadString ($str) | |
define parser interface
Definition at line 13 of file IParser.php.
| SimpleExcel\Parser\IParser::getCell | ( | $row_num, | |
| $col_num, | |||
| $val_only | |||
| ) |
Implemented in SimpleExcel\Parser\BaseParser, and SimpleExcel\Parser\XMLParser.
| SimpleExcel\Parser\IParser::getColumn | ( | $col_num, | |
| $val_only | |||
| ) |
Implemented in SimpleExcel\Parser\BaseParser, and SimpleExcel\Parser\XMLParser.
| SimpleExcel\Parser\IParser::getField | ( | $val_only | ) |
Implemented in SimpleExcel\Parser\BaseParser, and SimpleExcel\Parser\XMLParser.
| SimpleExcel\Parser\IParser::getRow | ( | $row_num, | |
| $val_only | |||
| ) |
Implemented in SimpleExcel\Parser\BaseParser, and SimpleExcel\Parser\XMLParser.
| SimpleExcel\Parser\IParser::isCellExists | ( | $row_num, | |
| $col_num | |||
| ) |
Implemented in SimpleExcel\Parser\BaseParser.
| SimpleExcel\Parser\IParser::isColumnExists | ( | $col_num | ) |
Implemented in SimpleExcel\Parser\BaseParser, and SimpleExcel\Parser\XMLParser.
| SimpleExcel\Parser\IParser::isFieldExists | ( | ) |
Implemented in SimpleExcel\Parser\BaseParser.
| SimpleExcel\Parser\IParser::isFileReady | ( | $file_path | ) |
Implemented in SimpleExcel\Parser\BaseParser.
| SimpleExcel\Parser\IParser::isRowExists | ( | $row_num | ) |
Implemented in SimpleExcel\Parser\BaseParser, and SimpleExcel\Parser\XMLParser.
| SimpleExcel\Parser\IParser::loadFile | ( | $file_path | ) |
Implemented in SimpleExcel\Parser\CSVParser, SimpleExcel\Parser\HTMLParser, SimpleExcel\Parser\JSONParser, and SimpleExcel\Parser\XMLParser.
Referenced by SimpleExcel\Parser\BaseParser\__construct().
Here is the caller graph for this function:| SimpleExcel\Parser\IParser::loadString | ( | $str | ) |