API15

API15:JAuthorization/getAroGroup

From Joomla! Documentation

<! removed transcluded page call, red link never existed >

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 );
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples