| Current Path : /home/s/u/n/sunflowe/www2/vacancesfloride/modules/mod_rokweather/lib/RTCommon/ |
| Current File : /home/s/u/n/sunflowe/www2/vacancesfloride/modules/mod_rokweather/lib/RTCommon/Loader.php |
<?php
/**
* @version $Id: Loader.php 6565 2013-01-16 17:20:38Z btowles $
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 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);
}