class ObjParseError extends Model (View source)

Properties

string $code
int $endIndex
string $filePath
string $line
int $lineNumber
int $startIndex

Methods

setCode($code)

No description

string
getCode()

No description

setEndIndex($endIndex)

No description

int
getEndIndex()

No description

setFilePath($filePath)

No description

string
getFilePath()

No description

setLine($line)

No description

string
getLine()

No description

setLineNumber($lineNumber)

No description

int
getLineNumber()

No description

setStartIndex($startIndex)

No description

int
getStartIndex()

No description

Details

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setEndIndex($endIndex)

No description

Parameters

$endIndex

int getEndIndex()

No description

Return Value

int

setFilePath($filePath)

No description

Parameters

$filePath

string getFilePath()

No description

Return Value

string

setLine($line)

No description

Parameters

$line

string getLine()

No description

Return Value

string

setLineNumber($lineNumber)

No description

Parameters

$lineNumber

int getLineNumber()

No description

Return Value

int

setStartIndex($startIndex)

No description

Parameters

$startIndex

int getStartIndex()

No description

Return Value

int