API17

Difference between revisions of "JAccess::check"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 40: Line 40:
 
boolean True if authorised.
 
boolean True if authorised.
 
===Defined in===
 
===Defined in===
libraries/joomla/access/access.php
+
libraries/joomla/access/access.php (line 44)
 +
* see source code in [[jplatform:access/access.php#cl-44|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JUser/authorise/11.1|JUser::authorise]]
+
* [[JUser::authorise/11.1|JUser::authorise]]
* [[JUser/save/11.1|JUser::save]]
+
* [[JUser::save/11.1|JUser::save]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:51, 23 April 2011

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]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JAccess::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[edit]

boolean True if authorised.

Defined in[edit]

libraries/joomla/access/access.php (line 44)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JAccess::check

Examples[edit]

<CodeExamplesForm />