PHP 클래스 PhpGitHooks\Module\Configuration\Contract\Response\PhpCsFixerResponse

파일 보기 프로젝트 열기: bruli/php-git-hooks

공개 메소드들

메소드 설명
__construct ( boolean $phpCsFixer, boolean $phpCsFixerPsr0, boolean $phpCsFixerPsr1, boolean $phpCsFixerPsr2, boolean $phpCsFixerSymfony, string | null $phpCsFixerOptions ) PhpCsFixerResponse constructor.
getPhpCsFixerOptions ( ) : null | string
isPhpCsFixer ( ) : boolean
isPhpCsFixerPsr0 ( ) : boolean
isPhpCsFixerPsr1 ( ) : boolean
isPhpCsFixerPsr2 ( ) : boolean
isPhpCsFixerSymfony ( ) : boolean

메소드 상세

__construct() 공개 메소드

PhpCsFixerResponse constructor.
public __construct ( boolean $phpCsFixer, boolean $phpCsFixerPsr0, boolean $phpCsFixerPsr1, boolean $phpCsFixerPsr2, boolean $phpCsFixerSymfony, string | null $phpCsFixerOptions )
$phpCsFixer boolean
$phpCsFixerPsr0 boolean
$phpCsFixerPsr1 boolean
$phpCsFixerPsr2 boolean
$phpCsFixerSymfony boolean
$phpCsFixerOptions string | null

getPhpCsFixerOptions() 공개 메소드

public getPhpCsFixerOptions ( ) : null | string
리턴 null | string

isPhpCsFixer() 공개 메소드

public isPhpCsFixer ( ) : boolean
리턴 boolean

isPhpCsFixerPsr0() 공개 메소드

public isPhpCsFixerPsr0 ( ) : boolean
리턴 boolean

isPhpCsFixerPsr1() 공개 메소드

public isPhpCsFixerPsr1 ( ) : boolean
리턴 boolean

isPhpCsFixerPsr2() 공개 메소드

public isPhpCsFixerPsr2 ( ) : boolean
리턴 boolean

isPhpCsFixerSymfony() 공개 메소드

public isPhpCsFixerSymfony ( ) : boolean
리턴 boolean