API15:JAuthorization/getAroGroup/ja
出典: Joomla! ドキュメンテーション
目次 |
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 ); }
Examples
<CodeExamplesForm />
