Documentation

Chunk
in package
implements IteratorAggregate

FinalYes
Tags
template-implements

IteratorAggregate<int, Line>

Table of Contents

Interfaces

IteratorAggregate

Properties

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

Methods

__construct()  : mixed
end()  : int
endRange()  : int
getEnd()  : int
getEndRange()  : int
getIterator()  : Traversable
getLines()  : array<string|int, mixed>
getStart()  : int
getStartRange()  : int
lines()  : array<string|int, mixed>
setLines()  : void
start()  : int
startRange()  : int

Properties

$endRange

private int $endRange

$lines

private array<string|int, mixed> $lines

$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> = []

end()

public end() : int
Return values
int

endRange()

public endRange() : int
Return values
int

getEnd()

public getEnd() : int
Tags
deprecated

Use end() instead

Return values
int

getEndRange()

public getEndRange() : int
Tags
deprecated

Use endRange() instead

Return values
int

getIterator()

public getIterator() : Traversable
Return values
Traversable

getLines()

public getLines() : array<string|int, mixed>
Tags
psalm-return

list<Line>

deprecated

Use lines() instead

Return values
array<string|int, mixed>

getStart()

public getStart() : int
Tags
deprecated

Use start() instead

Return values
int

getStartRange()

public getStartRange() : int
Tags
deprecated

Use startRange() instead

Return values
int

lines()

public lines() : array<string|int, mixed>
Tags
psalm-return

list<Line>

Return values
array<string|int, mixed>

setLines()

public setLines(array<string|int, mixed> $lines) : void
Parameters
$lines : array<string|int, mixed>
Tags
psalm-param

list<Line> $lines

start()

public start() : int
Return values
int

startRange()

public startRange() : int
Return values
int

        
On this page

Search results