Current Path : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/App/ |
Current File : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/App/DefaultPathInterface.php |
<?php /** * Abstract application router * * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\Framework\App; /** * Interface \Magento\Framework\App\DefaultPathInterface * */ interface DefaultPathInterface { /** * @param string $code * @return string */ public function getPart($code); }