Class JHelperRoute
Route Helper
A class providing basic routing for urls that are for content types found in the #__content_types table and rows found in the #__ucm_content table.
Package: Joomla\Libraries\Helper
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.1
Located at cms/helper/route.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.1
Located at cms/helper/route.php
Methods summary
public
string
|
|
protected
mixed
|
|
public static
string
|
#
getCategoryRoute( mixed $catid, mixed $language = 0, string $extension = '' )
Fetches the category route |
protected static
mixed
|
#
lookupItem( array $needles = array() )
Static alias to findItem() used to find the item in the menu structure |
Magic methods summary
Properties summary
protected static
array
|
$lookup |
#
Holds the reverse lookup |
protected
string
|
$extension |
#
Option for the extension (such as com_content) |
protected
string
|
$id |
#
Value of the primary key in the content type table |
protected
string
|
$view |
#
Name of the view for the url |