JHtmlRules
Extended Utility class for all HTML drawing classes.
abstract deprecated
since |
1.6 |
---|---|
deprecated |
4.0 |
package |
Joomla.Libraries |
Methods
_getImagesArray
Get the array of images associate with specific permissions
_getImagesArray() : array
static deprecated
since |
1.6 |
---|---|
deprecated |
4.0 |
Response
array
An associative array of permissions and images
_getParentAssetId
Get the id of the parent asset
_getParentAssetId(integer $assetId) : integer
static deprecated
since |
1.6 |
---|---|
deprecated |
4.0 |
Arguments
- $assetId
integer
The asset for which the parentid will be returned
Response
integer
The id of the parent asset
_getUserGroups
Get the user groups
_getUserGroups() : array
static deprecated
since |
1.6 |
---|---|
deprecated |
4.0 |
Response
array
Array of user groups
assetFormWidget
Creates the HTML for the permissions widget
assetFormWidget(array $actions, integer $assetId = null, integer $parent = null, string $control = 'jform[rules]', string $idPrefix = 'jform_rules') : string
static deprecated
see | \JAccess \JFormFieldRules |
---|---|
since |
1.6 |
deprecated |
4.0 |
Arguments
- $actions
array
Array of action objects- $assetId
integer
Id of a specific asset to create a widget for.- $parent
integer
Id of the parent of the asset- $control
string
The form control- $idPrefix
string
Prefix for the ids assigned to specific action-group pairs
Response
string
HTML for the permissions widget