UPGRADE NOTE: Do not edit or add to this file if you wish to upgrade AbanteCart to newer versions in the future. If you wish to customize AbanteCart for your needs please refer to http://www.AbanteCart.com for more information. ------------------------------------------------------------------------------*/ if (! defined ( 'DIR_CORE' ) || !IS_ADMIN) { header ( 'Location: static_pages/' ); } interface Migration { public function getName(); public function getVersion(); public function getCategories(); public function getManufacturers(); public function getProducts(); public function getCustomers(); public function getOrders(); public function getErrors(); public function getCounts(); }