Table of Contents
Properties
-
$breakType
: int
-
$coordinate
: string
-
$maxColOrRow
: int
Methods
-
__construct()
: mixed
-
getBreakType()
: int
-
getColumnInt()
: int
-
getColumnString()
: string
-
getCoordinate()
: string
-
getMaxColOrRow()
: int
-
getRow()
: int
$breakType
private
int
$breakType
$coordinate
private
string
$coordinate
$maxColOrRow
private
int
$maxColOrRow
__construct()
public
__construct(int $breakType, array{0: int, 1: int}|CellAddress|string $coordinate[, int $maxColOrRow = -1 ]) : mixed
Parameters
-
$breakType
: int
-
-
$coordinate
: array{0: int, 1: int}|CellAddress|string
-
-
$maxColOrRow
: int
= -1
-
getBreakType()
public
getBreakType() : int
getColumnInt()
public
getColumnInt() : int
getColumnString()
public
getColumnString() : string
getCoordinate()
public
getCoordinate() : string
getMaxColOrRow()
public
getMaxColOrRow() : int
getRow()
public
getRow() : int