PHP Class Tolerance\Metrics\Metric

Mostrar archivo Open project: sroze/tolerance Class Usage Examples

Public Methods

Method Description
__construct ( string $name, integer $value, integer $type = self::TYPE_MEASURE )
getName ( ) : string
getType ( ) : integer
getValue ( ) : integer

Method Details

__construct() public method

public __construct ( string $name, integer $value, integer $type = self::TYPE_MEASURE )
$name string
$value integer
$type integer

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : integer
return integer

getValue() public method

public getValue ( ) : integer
return integer