PHP Class Phprest\Entity\DebugError

Inheritance: extends Error
Afficher le fichier Open project: phprest/phprest Class Usage Examples

Protected Properties

Свойство Type Description
$fileName string
$line integer
$trace string

Méthodes publiques

Méthode Description
__construct ( Exception $exception )
getFileName ( ) : string
getLine ( ) : integer
getTrace ( ) : array

Method Details

__construct() public méthode

public __construct ( Exception $exception )
$exception Exception

getFileName() public méthode

public getFileName ( ) : string
Résultat string

getLine() public méthode

public getLine ( ) : integer
Résultat integer

getTrace() public méthode

public getTrace ( ) : array
Résultat array

Property Details

$fileName protected_oe property

protected string $fileName
Résultat string

$line protected_oe property

protected int $line
Résultat integer

$trace protected_oe property

protected string $trace
Résultat string