b0y-101 Mini Shell


Current Path : E:/www/km/08/libraries/rokcommon/RokCommon/Registry/
File Upload :
Current File : E:/www/km/08/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 - 2016 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);
}

Copyright © 2019 by b0y-101