API17

API17:JMenu::authorise

From Joomla! Documentation

Joomla 11.1 JMenu::authorise

Description

Method to check object authorization against an access control object and optionally an access extension object.


public function authorise ($id)
Parameter Type Default Description
$id integer The menu id
  • Returns boolean True if authorised
  • Defined on line 287 of libraries/joomla/application/menu.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples