Horde_Service_Weather_Base::autocompleteLocation PHP Method

autocompleteLocation() public method

Searches for locations that begin with the text in $search.
public autocompleteLocation ( string $search ) : array
$search string The text to search.
return array An array of stdClass objects with 'name' and 'code' properties.
    public function autocompleteLocation($search)
    {
        throw new Horde_Service_Weather_Exception('Not implemented');
    }