1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22:
<?php
/**
* icms_preload_Item
*
* Class which is extended by any preload item. This class is empty for now but is there for
* extended future purposes
*
* @copyright The ImpressCMS Project http://www.impresscms.org/
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL)
* @category ICMS
* @package Preload
* @since 1.1
* @author marcan <marcan@impresscms.org>
* @version SVN: $Id: Item.php 10326 2010-07-11 18:54:25Z malanciault $
*/
class icms_preload_Item {
public function __construct() {
}
}