JAuthorization/getAroGroup
From Joomla! Documentation
< API15:JAuthorization
The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
<! removed transcluded page call, red link never existed >
Syntax[edit]
getAroGroup($value)
Parameter Name | Default Value | Description |
---|---|---|
$value | The value for the group |
Returns[edit]
object The row from the group table
Defined in[edit]
libraries/joomla/user/authorization.php
Importing[edit]
jimport( 'joomla.user.authorization' );
Source Body[edit]
function getAroGroup( $value ) {
return $this->_getGroup( 'aro', $value );
}
<! removed transcluded page call, red link never existed >
Examples[edit]
Code Examples[edit]