Back to Rule class

Method getData

public array
getData
()
Get the data for the action.
Returns
  • array A named array
Since
  • 1.7.0
Class: Rule
Project: Joomla

Method getData - Source code

/**
 * Get the data for the action.
 *
 * @return  array  A named array
 *
 * @since   1.7.0
 */
public function getData()
{
    return $this->data;
}