You are here

yr_verdata.inc in Yr Weatherdata 7.3

File

yr_verdata.inc
View source
<?php

// @todo Skrive OOP klasser/metoder for å behandle værdata.

/**
 * One class to rule them all. This defines the basic location object required
 * for everything we do in this module, and loads it from the database.
 */
class yrLocation {

}

// End class yrLocation

Classes

Namesort descending Description
yrLocation One class to rule them all. This defines the basic location object required for everything we do in this module, and loads it from the database.