Back to Router class

Method getRules

public array
getRules
()
Get all currently attached rules
Returns
  • array All currently attached rules in an array
Since
  • 4.0.0
Class: Router
Project: Joomla

Method getRules - Source code

/**
 * Get all currently attached rules
 *
 * @return  array  All currently attached rules in an array
 *
 * @since   4.0.0
 */
public function getRules()
{
    return $this->rules;
}