Interface JComponentRouterRulesInterface
JComponentRouterRules interface for Joomla
Direct known implementers
JComponentRouterRulesMenu
,
JComponentRouterRulesNomenu
,
JComponentRouterRulesStandard
Package: Joomla\Libraries\Component
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.4
Located at cms/component/router/rules/interface.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.4
Located at cms/component/router/rules/interface.php
Methods summary
public
|
#
preprocess( array & $query )
Prepares a query set to be handed over to the build() method. This should complete a partial query set to work as a complete non-SEFed URL and in general make sure that all information is present and properly formatted. For example, the Itemid should be retrieved and set here. |
public
|
|
public
|