PHP 클래스 Jamm\Memory\Tests\CommandsListCheck

파일 보기 프로젝트 열기: jamm/memory

공개 메소드들

메소드 설명
addExcludedFromDiffMethod ( $method )
compareInterfaceAndJSON ( $InterfaceClass, string $json = '' ) : MethodsComparisonResults

보호된 메소드들

메소드 설명
downloadJSON ( )
getArgumentsOfDocMethod ( $doc_method, $name )
getDiff ( array $doc, array $Methods ) : MethodsComparisonResults
getDocFromJSON ( $json )
getMethodParametersList ( ReflectionMethod $Method )
getMethodsList ( string | object $InterfaceClass ) : ReflectionMethod[]
getUnifiedMethodName ( $method )

메소드 상세

addExcludedFromDiffMethod() 공개 메소드

public addExcludedFromDiffMethod ( $method )

compareInterfaceAndJSON() 공개 메소드

public compareInterfaceAndJSON ( $InterfaceClass, string $json = '' ) : MethodsComparisonResults
$InterfaceClass
$json string
리턴 MethodsComparisonResults

downloadJSON() 보호된 메소드

protected downloadJSON ( )

getArgumentsOfDocMethod() 보호된 메소드

protected getArgumentsOfDocMethod ( $doc_method, $name )

getDiff() 보호된 메소드

protected getDiff ( array $doc, array $Methods ) : MethodsComparisonResults
$doc array
$Methods array
리턴 MethodsComparisonResults

getDocFromJSON() 보호된 메소드

protected getDocFromJSON ( $json )

getMethodParametersList() 보호된 메소드

protected getMethodParametersList ( ReflectionMethod $Method )
$Method ReflectionMethod

getMethodsList() 보호된 메소드

protected getMethodsList ( string | object $InterfaceClass ) : ReflectionMethod[]
$InterfaceClass string | object
리턴 ReflectionMethod[]

getUnifiedMethodName() 보호된 메소드

protected getUnifiedMethodName ( $method )