PHP Class Mockery\Generator\Method

显示文件 Open project: padraic/mockery Class Usage Examples

Public Methods

Method Description
__call ( $method, $args )
__construct ( ReflectionMethod $method )
getParameters ( )
getReturnType ( )

Method Details

__call() public method

public __call ( $method, $args )

__construct() public method

public __construct ( ReflectionMethod $method )
$method ReflectionMethod

getParameters() public method

public getParameters ( )

getReturnType() public method

public getReturnType ( )