Metaphore\ForeignValue::__construct PHP Method

__construct() public method

public __construct ( $result )
    public function __construct($result)
    {
        parent::__construct($result, PHP_INT_MAX);
    }