PHP Class Naneau\Obfuscator\Obfuscator\Event\FileError

The file being obfuscated that causes an error
Inheritance: extends Naneau\Obfuscator\Obfuscator\Event\File
Afficher le fichier Open project: naneau/php-obfuscator

Méthodes publiques

Méthode Description
__construct ( string $file, $errorMessage ) : void Constructor
getErrorMessage ( ) : string Get the error message

Method Details

__construct() public méthode

Constructor
public __construct ( string $file, $errorMessage ) : void
$file string
Résultat void

getErrorMessage() public méthode

Get the error message
public getErrorMessage ( ) : string
Résultat string