JHtmlList/accesslevel: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 37: | Line 37: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=accesslevel | category=accesslevel | ||
category=JHtmlList | category=JHtmlList | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* |
Latest revision as of 01:46, 25 March 2017
Description
Use JHtml::_('access.assetgrouplist', 'access', $selected) instead Deprecated
<! removed transcluded page call, red link never existed >
Syntax
static accesslevel(&$row)
Parameter Name | Default Value | Description |
---|---|---|
&$row |
Defined in
libraries/joomla/html/html/list.php
Importing
jimport( 'joomla.html.html.list' );
Source Body
public static function accesslevel(&$row)
{
return JHtml::_('access.assetgrouplist', 'access', $row->access);
}
<! removed transcluded page call, red link never existed >
Examples
Code Examples