Documentation

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

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

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

Search results