REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.33 KB
Close
/home/jambtst2015/public_html/ida.com.ng/components/com_privacy/src/Service/Router.php
Text
Base64
<?php /** * @package Joomla.Site * @subpackage com_privacy * * @copyright (C) 2019 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\Component\Privacy\Site\Service; \defined('_JEXEC') or die; use Joomla\CMS\Application\CMSApplication; use Joomla\CMS\Component\Router\RouterView; use Joomla\CMS\Component\Router\RouterViewConfiguration; use Joomla\CMS\Component\Router\Rules\MenuRules; use Joomla\CMS\Component\Router\Rules\NomenuRules; use Joomla\CMS\Component\Router\Rules\StandardRules; use Joomla\CMS\Menu\AbstractMenu; /** * Routing class from com_privacy * * @since 3.9.0 */ class Router extends RouterView { /** * Privacy Component router constructor * * @param CMSApplication $app The application object * @param AbstractMenu $menu The menu object to work with * * @since 3.9.0 */ public function __construct($app = null, $menu = null) { $this->registerView(new RouterViewConfiguration('confirm')); $this->registerView(new RouterViewConfiguration('request')); $this->registerView(new RouterViewConfiguration('remind')); parent::__construct($app, $menu); $this->attachRule(new MenuRules($this)); $this->attachRule(new StandardRules($this)); $this->attachRule(new NomenuRules($this)); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Router.php
1.33 KB
lrw-r--r--
2024-11-22 17:53:15
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).