PHP 클래스 Naneau\Obfuscator\Obfuscator\Event\FileError

The file being obfuscated that causes an error
상속: extends Naneau\Obfuscator\Obfuscator\Event\File
파일 보기 프로젝트 열기: naneau/php-obfuscator

공개 메소드들

메소드 설명
__construct ( string $file, $errorMessage ) : void Constructor
getErrorMessage ( ) : string Get the error message

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $file, $errorMessage ) : void
$file string
리턴 void

getErrorMessage() 공개 메소드

Get the error message
public getErrorMessage ( ) : string
리턴 string