Back to Joomla project (class list)

Class AdministratorRouter - list of methods

Class to create and parse routes

Extends

Package: Joomla\CMS\Router
Copyright: (C) 2007 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Router/AdministratorRouter.php
Project: Joomla

Method Summary

public array
(mixed &$uri, mixed $setVars = false)

Function to convert a route to an internal URI.
Parameters
  • \Joomla\CMS\Uri\Uri & $uri The uri.
  • bool $setVars Set the parsed data in the internal storage for current-request-URLs
Returns
  • array
Since
  • 1.5
Show source code of this method: parse Source Code

public \Joomla\CMS\Uri\Uri
(mixed $url)

Function to convert an internal URI to a route
Parameters
  • string $url The internal URL
Returns
  • \Joomla\CMS\Uri\Uri The absolute search engine friendly URL
Since
  • 1.5
Show source code of this method: build Source Code

Tags Summary

Since
1.5