JMenu::authorize/1.5
From Joomla! Documentation
JMenu::authorize
Description
Method to check object authorization against an access control object and optionally an access extension object.
Description:JMenu::authorize [Edit Descripton]
public function authorize ( $id $accessid=0 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | integer | The menu id | |
| $accessid | integer | 0 | The users access identifier |
- Returns boolean True if authorized
- Defined on line 271 of libraries/joomla/application/menu.php
See also
-
JMenu::authorize on api.joomla.org
-
JMenu source code on JoomlaCode
-
Class JMenu
-
Subpackage Application
- Other versions of JMenu::authorize
SeeAlso:JMenu::authorize [Edit See Also]
User contributed notes
<CodeExamplesForm />