API15:JAuthorization/getAroGroup
From Joomla! Documentation
Template:Description:JAuthorization/getAroGroup
Syntax
getAroGroup($value)
| Parameter Name | Default Value | Description |
|---|---|---|
| $value | The value for the group |
Returns
object The row from the group table
Defined in
libraries/joomla/user/authorization.php
Importing
jimport( 'joomla.user.authorization' );
Source Body
function getAroGroup( $value ) {
return $this->_getGroup( 'aro', $value );
}
[Edit See Also] Template:SeeAlso:JAuthorization/getAroGroup
Examples
<CodeExamplesForm />