PHP Класс Jamm\Memory\Tests\CommandsListCheck

Показать файл Открыть проект

Открытые методы

Метод Описание
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 )