API16:JRules/getData
From Joomla! Documentation
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