PHP Class PHPStan\Analyser\Error

Show file 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