Documentation

Chunk
in package

FinalYes

Table of Contents

Properties

$end  : int
$endRange  : int
$lines  : array<string|int, Line>
$start  : int
$startRange  : int

Methods

__construct()  : mixed
getEnd()  : int
getEndRange()  : int
getLines()  : array<string|int, Line>
getStart()  : int
getStartRange()  : int
setLines()  : void

Properties

$endRange

private int $endRange

$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
int

getEndRange()

public getEndRange() : int
Return values
int

getLines()

public getLines() : array<string|int, Line>
Return values
array<string|int, Line>

getStart()

public getStart() : int
Return values
int

getStartRange()

public getStartRange() : int
Return values
int

setLines()

public setLines(array<string|int, Line$lines) : void
Parameters
$lines : array<string|int, Line>

        
On this page

Search results