| Current Path : /home/z/i/e/zieirix/www/libraries/rokcommon/RokCommon/Registry/ |
| Current File : /home/z/i/e/zieirix/www/libraries/rokcommon/RokCommon/Registry/IConverter.php |
<?php
/**
* @version $Id: IConverter.php 10831 2013-05-29 19:32:17Z btowles $
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2020 RocketTheme, LLC
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
// No direct access
defined('ROKCOMMON') or die;
/**
*
*/
interface RokCommon_Registry_IConverter
{
/**
* Convert a registry type object to a RokCommon_Registry
* @static
* @abstract
*
* @param object $original The original registry type object to convert to a RokCommon_Registry
*/
public function convert($original);
}