CloneableInstantiable
Methods |
public __construct(string $content, int $lineOffset = 0) |
public getContent() : string |
public getLineCount() : int |
public getLines() : iterable |
Properties |
private string $content
|
private ?int $lineCount = NULL
|
private int $lineOffset
|
private ?array $lines = NULL
|
Methods |
private splitLinesIfNeeded() : void |