ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
SimpleExcel\Parser\IParser Interface Reference

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)
 

Detailed Description

define parser interface

Definition at line 13 of file IParser.php.

Member Function Documentation

◆ getCell()

SimpleExcel\Parser\IParser::getCell (   $row_num,
  $col_num,
  $val_only 
)

◆ getColumn()

SimpleExcel\Parser\IParser::getColumn (   $col_num,
  $val_only 
)

◆ getField()

SimpleExcel\Parser\IParser::getField (   $val_only)

◆ getRow()

SimpleExcel\Parser\IParser::getRow (   $row_num,
  $val_only 
)

◆ isCellExists()

SimpleExcel\Parser\IParser::isCellExists (   $row_num,
  $col_num 
)

◆ isColumnExists()

SimpleExcel\Parser\IParser::isColumnExists (   $col_num)

◆ isFieldExists()

SimpleExcel\Parser\IParser::isFieldExists ( )

◆ isFileReady()

SimpleExcel\Parser\IParser::isFileReady (   $file_path)

◆ isRowExists()

SimpleExcel\Parser\IParser::isRowExists (   $row_num)

◆ loadFile()

SimpleExcel\Parser\IParser::loadFile (   $file_path)

◆ loadString()

SimpleExcel\Parser\IParser::loadString (   $str)

The documentation for this interface was generated from the following file: