Position
class Position
Source position (line, column, byte offset) within a template.
Methods
__construct(int $line = 1, int $column = 1, int $offset = 0)
No description
string
__toString()
No description
Details
at line 19
__construct(int $line = 1, int $column = 1, int $offset = 0)
No description
at line 30
Position
advance(string $str)
Returns a new position advanced by the length of the given string.
at line 48
string
__toString()
No description