API16

JRules/getData: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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.


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JRules/getData|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JRules/getData}}
 
{{subst:Description:JRules/getData}}


===Syntax===
===Syntax===
Line 28: Line 26:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRules/getData|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JRules/getData}}
</span>
{{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 />