API16:JUser/authorize
From Joomla! Documentation
Description
Deprecated1.6
Syntax
authorize($action, $assetname=null)
| Parameter Name | Default Value | Description |
|---|---|---|
| $action | ||
| $assetname | null |
Defined in
libraries/joomla/user/user.php
Importing
jimport( 'joomla.user.user' );
Source Body
public function authorize($action, $assetname = null)
{
return $this->authorise($action, $assetname);
}
Examples
Code Examples