JUser::authorise/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JUser::authorise

Description

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

Description:JUser::authorise [Edit Descripton]

public function authorise (
        $action
        $assetname=null
)
Parameter Type Default Description
$action string The name of the action to check for permission.
$assetname string null The name of the asset on which to perform the action.
  • Returns boolean True if authorised
  • Defined on line 278 of libraries/joomla/user/user.php
  • Since Joomla 1.6

See also

SeeAlso:JUser::authorise [Edit See Also]

User contributed notes


Personal tools