API17

Difference between revisions of "JAccess::getActions"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Method to return a list of actions for which permissions can be set given a component and section.  
 
Method to return a list of actions for which permissions can be set given a component and section.  
  
{{Description:JAccess::getActions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JAccess::getActions|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function getActions (
 
public static function getActions (
Line 36: Line 34:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JHtmlAccess::actions/11.1|JHtmlAccess::actions]]
+
** [[API17:JHtmlAccess::actions|JHtmlAccess::actions]]
** [[JFormRuleRules::getFieldActions/11.1|JFormRuleRules::getFieldActions]]
+
** [[API17:JFormRuleRules::getFieldActions|JFormRuleRules::getFieldActions]]
** [[JFormFieldRules::getInput/11.1|JFormFieldRules::getInput]]
+
** [[API17:JFormFieldRules::getInput|JFormFieldRules::getInput]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JAccess::getActions source code''' on [[jplatform:access/access.php#cl-348|BitBucket]]
 
* {{JVer|11.1}} '''JAccess::getActions source code''' on [[jplatform:access/access.php#cl-348|BitBucket]]
* {{JVer|11.1}} Class [[JAccess/11.1|JAccess]]
+
* {{JVer|11.1}} Class [[API17:JAccess|JAccess]]
* {{JVer|11.1}} Subpackage [[Subpackage_Access/11.1|Access]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Access|Access]]
* [[JAccess::getActions|Other versions of JAccess::getActions]]
+
* [[API17:JAccess::getActions|Other versions of JAccess::getActions]]
{{SeeAlso:JAccess::getActions}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JAccess::getActions|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JAccess::getActions
 
category=JAccess::getActions
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 59: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JAccess]][[Category:JAccess::getActions]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:18, 24 March 2017

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

Description[edit]

Method to return a list of actions for which permissions can be set given a component and section.


public static function getActions (
        $component
        $section= 'component'
)
Parameter Type Default Description
$component string The component from which to retrieve the actions.
$section string 'component' The name of the section within the component from which to retrieve the actions.

See also[edit]


User contributed notes[edit]

Code Examples[edit]