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 preparing for archive only
 
(One intermediate revision by the same user not shown)
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}}
 
 


===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>
 
</span>
{{SeeAlso:JRules/getData}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=getData
  category=getData
  category=JRules
  category=JRules
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:02, 25 March 2017

Description

Get the data for the action.



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;
}



Examples

Code Examples