PHP Class Jamm\Memory\Tests\CommandsListCheck

Show file Open project: jamm/memory

Public Methods

Method Description
addExcludedFromDiffMethod ( $method )
compareInterfaceAndJSON ( $InterfaceClass, string $json = '' ) : MethodsComparisonResults

Protected Methods

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

Method Details

addExcludedFromDiffMethod() public method

public addExcludedFromDiffMethod ( $method )

compareInterfaceAndJSON() public method

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

downloadJSON() protected method

protected downloadJSON ( )

getArgumentsOfDocMethod() protected method

protected getArgumentsOfDocMethod ( $doc_method, $name )

getDiff() protected method

protected getDiff ( array $doc, array $Methods ) : MethodsComparisonResults
$doc array
$Methods array
return MethodsComparisonResults

getDocFromJSON() protected method

protected getDocFromJSON ( $json )

getMethodParametersList() protected method

protected getMethodParametersList ( ReflectionMethod $Method )
$Method ReflectionMethod

getMethodsList() protected method

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

getUnifiedMethodName() protected method

protected getUnifiedMethodName ( $method )