TableColumn
in package
Table of Contents
- $colSpan : int
- $content : string
- $node : Node|null
- $rowSpan : int
- __construct() : mixed
- addContent() : void
- getColSpan() : int
- getContent() : string
- getNode() : Node
- getRowSpan() : int
- incrementRowSpan() : void
- isCompletelyEmpty() : bool
- Indicates that a column is empty, and could be skipped entirely.
- setNode() : void
Properties
$colSpan
private
int
$colSpan
$content
private
string
$content
$node
private
Node|null
$node
$rowSpan
private
int
$rowSpan
= 1
Methods
__construct()
public
__construct(string $content, int $colSpan) : mixed
Parameters
- $content : string
- $colSpan : int
Return values
mixed —addContent()
public
addContent(string $content) : void
Parameters
- $content : string
Return values
void —getColSpan()
public
getColSpan() : int
Return values
int —getContent()
public
getContent() : string
Return values
string —getNode()
public
getNode() : Node
Return values
Node —getRowSpan()
public
getRowSpan() : int
Return values
int —incrementRowSpan()
public
incrementRowSpan() : void
Return values
void —isCompletelyEmpty()
Indicates that a column is empty, and could be skipped entirely.
public
isCompletelyEmpty() : bool
Return values
bool —setNode()
public
setNode(Node $node) : void
Parameters
- $node : Node