GraphAware\Reco4PHP\Result\Reason::__construct PHP Method

__construct() public method

public __construct ( $value, $detail )
    public function __construct($value, $detail)
    {
        $this->value = (double) $value;
        $this->detail = $detail;
    }