Chunk
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- getEnd() : int
- getEndRange() : int
- getLines() : array<string|int, Line>
- getStart() : int
- getStartRange() : int
- setLines() : void
Properties
$end
private
int
$end
$endRange
private
int
$endRange
$lines
private
array<string|int, Line>
$lines
$start
private
int
$start
$startRange
private
int
$startRange
Methods
__construct()
public
__construct([int $start = 0 ][, int $startRange = 1 ][, int $end = 0 ][, int $endRange = 1 ][, array<string|int, mixed> $lines = [] ]) : mixed
Parameters
- $start : int = 0
- $startRange : int = 1
- $end : int = 0
- $endRange : int = 1
- $lines : array<string|int, mixed> = []
getEnd()
public
getEnd() : int
Return values
intgetEndRange()
public
getEndRange() : int
Return values
intgetLines()
public
getLines() : array<string|int, Line>
Return values
array<string|int, Line>getStart()
public
getStart() : int
Return values
intgetStartRange()
public
getStartRange() : int
Return values
intsetLines()
public
setLines(array<string|int, Line> $lines) : void
Parameters
- $lines : array<string|int, Line>