* @copyright 2007-2011 PrestaShop SA * @version Release: $Revision$ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ /** * This class is only here to show the possibility of extending InstallXmlLoader, which is the * class parsing all XML files, copying all images, etc. * * Please read documentation in ~/install/dev/ folder if you want to customize PrestaShop install / fixtures. */ class InstallFixturesApple extends InstallXmlLoader { }