X7ROOT File Manager
Current Path:
/home/notabjze/just4dastreets.com/libraries/src/Component/Router
home
/
notabjze
/
just4dastreets.com
/
libraries
/
src
/
Component
/
Router
/
ðŸ“
..
📄
RouterBase.php
(1.46 KB)
📄
RouterFactory.php
(2.08 KB)
📄
RouterFactoryInterface.php
(803 B)
📄
RouterInterface.php
(1.56 KB)
📄
RouterLegacy.php
(2.17 KB)
📄
RouterServiceInterface.php
(824 B)
📄
RouterServiceTrait.php
(1.27 KB)
📄
RouterView.php
(5.49 KB)
📄
RouterViewConfiguration.php
(4.11 KB)
ðŸ“
Rules
Editing: RouterFactoryInterface.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Component\Router; \defined('_JEXEC') or die; use Joomla\CMS\Application\CMSApplicationInterface; use Joomla\CMS\Menu\AbstractMenu; /** * Router factory interface * * @since 4.0.0 */ interface RouterFactoryInterface { /** * Creates a router. * * @param CMSApplicationInterface $application The application * @param AbstractMenu $menu The menu object to work with * * @return RouterInterface * * @since 4.0.0 */ public function createRouter(CMSApplicationInterface $application, AbstractMenu $menu): RouterInterface; }
Upload File
Create Folder