PHP Class PhpBench\Model\Result\RejectionCountResult

Inheritance: implements PhpBench\Model\ResultInterface
Show file Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( $rejectCount )
fromArray ( array $values )
getKey ( )
getMetrics ( )
getRejectCount ( )

Method Details

__construct() public method

public __construct ( $rejectCount )

fromArray() public static method

public static fromArray ( array $values )
$values array

getKey() public method

public getKey ( )

getMetrics() public method

public getMetrics ( )

getRejectCount() public method

public getRejectCount ( )