ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
IParser.php
Go to the documentation of this file.
1
<?php
2
3
namespace
SimpleExcel\Parser
;
4
13
interface
IParser
14
{
15
public
function
getCell
($row_num, $col_num, $val_only);
16
public
function
getColumn
($col_num, $val_only);
17
public
function
getRow
($row_num, $val_only);
18
public
function
getField
($val_only);
19
public
function
isCellExists
($row_num, $col_num);
20
public
function
isColumnExists
($col_num);
21
public
function
isRowExists
($row_num);
22
public
function
isFieldExists
();
23
public
function
isFileReady
($file_path);
24
public
function
loadFile
($file_path);
25
public
function
loadString
($str);
26
}
27
28
?>
SimpleExcel\Parser
Definition:
BaseParser.php:3
SimpleExcel\Parser\IParser
define parser interface
Definition:
IParser.php:13
SimpleExcel\Parser\IParser\loadFile
loadFile($file_path)
SimpleExcel\Parser\IParser\getRow
getRow($row_num, $val_only)
SimpleExcel\Parser\IParser\getField
getField($val_only)
SimpleExcel\Parser\IParser\isRowExists
isRowExists($row_num)
SimpleExcel\Parser\IParser\getColumn
getColumn($col_num, $val_only)
SimpleExcel\Parser\IParser\isCellExists
isCellExists($row_num, $col_num)
SimpleExcel\Parser\IParser\isColumnExists
isColumnExists($col_num)
SimpleExcel\Parser\IParser\getCell
getCell($row_num, $col_num, $val_only)
SimpleExcel\Parser\IParser\isFileReady
isFileReady($file_path)
SimpleExcel\Parser\IParser\isFieldExists
isFieldExists()
SimpleExcel\Parser\IParser\loadString
loadString($str)
Modules
DataCollection
libs
SimpleExcel
Parser
IParser.php
Generated on Mon Dec 21 2020 19:01:01 for ILIAS by
1.8.13 (using
Doxyfile
)