Current Path : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Source/Config/ |
Current File : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Source/Config/PlatformReader.php |
<?php /** * @copyright: Copyright © 2019 Firebear Studio. All rights reserved. * @author : Firebear Studio <fbeardev@gmail.com> */ namespace Firebear\ImportExport\Model\Source\Config; /** * Class PlatformReader * * @package Firebear\ImportExport\Model\Source\Config */ class PlatformReader extends \Firebear\ImportExport\Model\AbstractReader { /** * @var array */ protected $_idAttributes = [ '/config/platform' => 'name' ]; }