PHP 클래스 Gush\Validator\MergeWorkflowValidator

파일 보기 프로젝트 열기: gushphp/gush 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $preset, array $branches = [], $unknownBranchPolicy = self::BRANCH_POLICY_ALLOW )
validate ( $source, $target )

보호된 메소드들

메소드 설명
presetGitFlow ( $source, $target )
presetSemver ( $source, $target )

비공개 메소드들

메소드 설명
validateBranches ( $source, $target, array $branches, $policy )

메소드 상세

__construct() 공개 메소드

public __construct ( $preset, array $branches = [], $unknownBranchPolicy = self::BRANCH_POLICY_ALLOW )
$branches array

presetGitFlow() 보호된 메소드

protected presetGitFlow ( $source, $target )

presetSemver() 보호된 메소드

protected presetSemver ( $source, $target )

validate() 공개 메소드

public validate ( $source, $target )