Back to Table class

Method getRules

public \Joomla\CMS\Access\Rules
getRules
()
Method to get the rules for the record.
Returns
  • \Joomla\CMS\Access\Rules object
Since
  • 1.7.0
Class: Table
Project: Joomla

Method getRules - Source code

/**
 * Method to get the rules for the record.
 *
 * @return  Rules object
 *
 * @since   1.7.0
 */
public function getRules()
{
    return $this->_rules;
}