PHP 클래스 PHPSemVerChecker\Comparator\Type

파일 보기 프로젝트 열기: tomzx/php-semver-checker

공개 메소드들

메소드 설명
get ( Name | string | null $type ) : string | null
isSame ( Name | string | null $typeA, Name | string | null $typeB ) : boolean

메소드 상세

get() 공개 정적인 메소드

public static get ( Name | string | null $type ) : string | null
$type PhpParser\Node\Name | string | null
리턴 string | null

isSame() 공개 정적인 메소드

public static isSame ( Name | string | null $typeA, Name | string | null $typeB ) : boolean
$typeA PhpParser\Node\Name | string | null
$typeB PhpParser\Node\Name | string | null
리턴 boolean