XlsReaderComponent
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- XlsReaderComponent constructor.
- getContent() : mixed
- Get the value of content.
- getHead() : mixed
- Get the value of head.
- setContent() : self
- Set the value of content.
- setHead() : self
- Set the value of head.
- addSlash() : mixed
- adjustContent() : mixed
Properties
$content
public
mixed
$content
= null
$head
public
mixed
$head
= null
Methods
__construct()
XlsReaderComponent constructor.
public
__construct(mixed $fileName, mixed $ext[, mixed $emptyIndex = null ]) : mixed
Parameters
- $fileName : mixed
- $ext : mixed
- $emptyIndex : mixed = null
Tags
getContent()
Get the value of content.
public
getContent() : mixed
getHead()
Get the value of head.
public
getHead() : mixed
setContent()
Set the value of content.
public
setContent(mixed $content) : self
Parameters
- $content : mixed
Return values
selfsetHead()
Set the value of head.
public
setHead(mixed $head) : self
Parameters
- $head : mixed
Return values
selfaddSlash()
private
addSlash(mixed $data) : mixed
Parameters
- $data : mixed
adjustContent()
private
adjustContent(mixed $datas, mixed $emptyIndex) : mixed
Parameters
- $datas : mixed
- $emptyIndex : mixed