Current Path : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Lib/ |
Current File : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Lib/LibPoolInterface.php |
<?php /** * @copyright: Copyright © 2020 Firebear Studio. All rights reserved. * @author: Firebear Studio <fbeardev@gmail.com> */ namespace Firebear\ImportExport\Model\Lib; /** * Install lib pool interface */ interface LibPoolInterface { /** * Retrieve registered libs * * @return LibInterface[] */ public function get(); }