Current Path : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Source/ |
Current File : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Source/ConfigInterface.php |
<?php /** * @copyright: Copyright © 2017 Firebear Studio. All rights reserved. * @author : Firebear Studio <fbeardev@gmail.com> */ namespace Firebear\ImportExport\Model\Source; interface ConfigInterface { /** * Get configuration of source type by name * * @param string $name * @return array */ public function getType($name); }