Cmfcmf\OpenWeatherMap\CurrentWeatherGroup::valid PHP Method

valid() public method

public valid ( )
    public function valid()
    {
        return isset($this->currentWeathers[$this->position]);
    }