API17

JAccess::check

From Joomla! Documentation

Revision as of 09:55, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JAccess::check[edit]

Description[edit]

Method to check if a user is authorised to perform an action, optionally on an asset.

Template:Description:JAccess::check [Edit Descripton]

public static function check (
        $userId
        $action
        $asset=null
)
Parameter Type Default Description
$userId integer Id of the user for which to check authorisation.
$action string The name of the action to authorise.
$asset mixed null Integer asset id or the name of the asset as a string. Defaults to the global asset node.
  • Returns boolean True if authorised.
  • Defined on line 44 of libraries/joomla/access/access.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JAccess::check [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />