API17

API17:JController::authorise

From Joomla! Documentation

Joomla 11.1 JController::authorise

Description

Authorisation check.


public function authorise ($task)
Parameter Type Default Description
$task string The ACO Section Value to check access on.
  • Returns boolean True if authorised
  • Defined on line 442 of libraries/joomla/application/component/controller.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples