final class Range extends Position

Source range (starting position plus byte length) within a template.

Methods

static Range|null
span(Range|null $start, Range|null $end)

No description

__construct(int $line, int $column, int $offset, int $length)

No description

Details

at line 16
static Range|null span(Range|null $start, Range|null $end)

No description

Parameters

Range|null $start
Range|null $end

Return Value

Range|null

at line 24
__construct(int $line, int $column, int $offset, int $length)

No description

Parameters

int $line
int $column
int $offset
int $length