Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Lisphp_ParsingException
PHP Class Lisphp_ParsingException
Inheritance:
extends
Exception
Datei anzeigen
Open project: lisphp/lisphp
Class Usage Examples
Public Properties
Property
Type
Description
$code
$lisphpFile
$offset
Public Methods
Method
Description
__construct
(
$code
,
$offset
,
$file
= '' )
getLisphpColumn
( )
getLisphpFile
( )
getLisphpLine
( )
Method Details
__construct()
public
method
public
__construct
(
$code
,
$offset
,
$file
= '' )
getLisphpColumn()
public
method
public
getLisphpColumn
( )
getLisphpFile()
public
method
public
getLisphpFile
( )
getLisphpLine()
public
method
public
getLisphpLine
( )
Property Details
$code
public_oe property
public
$code
$lisphpFile
public_oe property
public
$lisphpFile
$offset
public_oe property
public
$offset