Your IP : 216.73.216.68


Current Path : /home/sunflowe/www2/j15/modules/mod_rokweather/lib/RokWeather/
Upload File :
Current File : /home/sunflowe/www2/j15/modules/mod_rokweather/lib/RokWeather/Source.php

<?php
/**
 * @version   1.7 October 23, 2012
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2012 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

defined('ROKWEATHER') or die('Restricted access');

/**
 *
 */
interface RokWeather_Source {
    /**
     * @abstract
     * @param $params
     */
    function getWeather(&$params);

    /**
     * Checks to see if the source is available to be used
     * @abstract
     * @return bool
     */
    function available();
}