Table of Contents
Properties
-
$startIndex
: int
-
$startLine
: int
-
$text
: string
Methods
-
__construct()
: mixed
-
__set_state()
: self
-
getReformattedText()
: string
$startIndex
public
int
$startIndex
$startLine
public
int
$startLine
$text
public
string
$text
__construct()
public
__construct(string $text[, int $startLine = -1 ][, int $startIndex = -1 ]) : mixed
Parameters
-
$text
: string
-
-
$startLine
: int
= -1
-
-
$startIndex
: int
= -1
-
__set_state()
public
static __set_state(array<string, mixed> $properties) : self
Parameters
-
$properties
: array<string, mixed>
-
getReformattedText()
public
getReformattedText() : string