API17

Difference between revisions of "JUser::getAuthorisedCategories"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JUser::getAuthorisedCategories source code''' on [[jplatform:user/user.php#cl-317|BitBucket]]
 
* {{JVer|11.1}} '''JUser::getAuthorisedCategories source code''' on [[jplatform:user/user.php#cl-317|BitBucket]]
* {{JVer|11.1}} Class [[JUser/11.1|JUser]]
+
* {{JVer|11.1}} Class [[API17:JUser|JUser]]
* {{JVer|11.1}} Subpackage [[Subpackage_User/11.1|User]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* [[JUser::getAuthorisedCategories|Other versions of JUser::getAuthorisedCategories]]
+
* [[API17:JUser::getAuthorisedCategories|Other versions of JUser::getAuthorisedCategories]]
 
{{SeeAlso:JUser::getAuthorisedCategories}}
 
{{SeeAlso:JUser::getAuthorisedCategories}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:49, 11 May 2013

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 JUser::getAuthorisedCategories[edit]

Description[edit]

Method to return a list of all categories that a user has permission for a given action.

Template:Description:JUser::getAuthorisedCategories [Edit Descripton]

public function getAuthorisedCategories (
        $component
        $action
)
Parameter Type Default Description
$component string The component from which to retrieve the categories
$action string The name of the section within the component from which to retrieve the actions.
  • Returns array List of categories that this group can do this action to (empty array if none). Categories must be published.
  • Defined on line 325 of libraries/joomla/user/user.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JUser::getAuthorisedCategories [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />