Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PHPStan
Analyser
Error
PHP Class PHPStan\Analyser\Error
Mostrar archivo
Open project: phpstan/phpstan
Public Methods
Method
Description
__construct
(
string
$message
,
string
$file
,
integer
$line
= null )
__toString
( ) :
string
getFile
( ) :
string
getLine
( ) :
integer
|
null
getMessage
( ) :
string
Method Details
__construct()
public
method
public
__construct
(
string
$message
,
string
$file
,
integer
$line
= null )
$message
string
$file
string
$line
integer
__toString()
public
method
public
__toString
( ) :
string
return
string
getFile()
public
method
public
getFile
( ) :
string
return
string
getLine()
public
method
public
getLine
( ) :
integer
|
null
return
integer
|
null
getMessage()
public
method
public
getMessage
( ) :
string
return
string