PHP Class Jamm\Memory\Tests\TestMethodsGenerator

Show file Open project: jamm/memory

Public Methods

Method Description
getTestMethodsForClass ( string | object $Interface, string | object $ExistingMethodsInterface = '' ) : string

Protected Methods

Method Description
getCodeForMethod ( ReflectionMethod $Method )

Method Details

getCodeForMethod() protected method

protected getCodeForMethod ( ReflectionMethod $Method )
$Method ReflectionMethod

getTestMethodsForClass() public method

public getTestMethodsForClass ( string | object $Interface, string | object $ExistingMethodsInterface = '' ) : string
$Interface string | object
$ExistingMethodsInterface string | object
return string