PHP 클래스 PhpGitHooks\Module\PhpLint\Contract\Command\PhpLintToolCommand

상속: implements Bruli\EventBusBundle\CommandBus\CommandInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( array $files, string $errorMessage ) PhpLintToolCommand constructor.
getErrorMessage ( ) : string
getFiles ( ) : array

메소드 상세

__construct() 공개 메소드

PhpLintToolCommand constructor.
public __construct ( array $files, string $errorMessage )
$files array
$errorMessage string

getErrorMessage() 공개 메소드

public getErrorMessage ( ) : string
리턴 string

getFiles() 공개 메소드

public getFiles ( ) : array
리턴 array