Ardent\Option::__construct PHP Method

__construct() private method

private __construct ( $has_value, $value )
    private function __construct($has_value, $value)
    {
        $this->has_value = $has_value;
        $this->value = $value;
    }