| Current Path : /home/sunflowe/www2/vacancesfloride/_AncienSite/modules/mod_rokweather/lib/RTCommon/ |
| Current File : /home/sunflowe/www2/vacancesfloride/_AncienSite/modules/mod_rokweather/lib/RTCommon/Loader.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('RTCOMMON') or die('Restricted access');
interface RTCommon_Loader {
const FILE_EXTENSION = '.php';
/**
* @abstract
* @param string $className the class name to look for and load
* @return bool True if the class was found and loaded.
*/
function loadClass($className);
}