API16:JUser/authorize
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
Contents |
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); }
[Edit See Also] SeeAlso:JUser/authorize
Examples
<CodeExamplesForm />
