JRules/getData: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Get the data for the action.
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</... |
m clean up |
||
| Line 2: | Line 2: | ||
Get the data for the action. | Get the data for the action. | ||
{{Description:JRules/getData}} | |||
{{subst:Description:JRules/getData}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 28: | Line 26: | ||
</source> | </source> | ||
{{subst:SeeAlso:JRules/getData}} | |||
{{SeeAlso:JRules/getData}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:22, 24 March 2017
Description
Get the data for the action.
{{subst:Description:JRules/getData}}
Syntax
getData()
Returns
array A named array of objects.
Defined in
libraries/joomla/access/rules.php
Importing
jimport( 'joomla.access.rules' );
Source Body
public function getData()
{
return $this->_data;
}
{{subst:SeeAlso:JRules/getData}}
Examples
<CodeExamplesForm />