31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-28 21:19:07 +00:00

Set ordering for new rules

This commit is contained in:
Denis Ryabov 2021-05-17 23:25:11 +03:00
parent f9e8754e1e
commit 686155a639
3 changed files with 21 additions and 0 deletions

View File

@ -44,6 +44,13 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
*/
protected $description = 'COM_JEDCHECKER_LANG_DESC';
/**
* The ordering value to sort rules in the menu.
*
* @var integer
*/
public static $ordering = 1100;
/**
* Initiates the search and check
*

View File

@ -44,6 +44,13 @@ class JedcheckerRulesXMLFiles extends JEDcheckerRule
*/
protected $description = 'COM_JEDCHECKER_XML_FILES_DESC';
/**
* The ordering value to sort rules in the menu.
*
* @var integer
*/
public static $ordering = 300;
/**
* List of errors.
*

View File

@ -44,6 +44,13 @@ class JedcheckerRulesXMLManifest extends JEDcheckerRule
*/
protected $description = 'COM_JEDCHECKER_MANIFEST_DESC';
/**
* The ordering value to sort rules in the menu.
*
* @var integer
*/
public static $ordering = 200;
/**
* List of errors.
*