API17:JController::authorise
From Joomla! Documentation
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

See also
JController::authorise source code on BitBucket
Class JController
Subpackage Application- Other versions of JController::authorise
User contributed notes
Code Examples