mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-05 15:32:10 +00:00
Set ordering for new rules
This commit is contained in:
parent
f9e8754e1e
commit
686155a639
@ -44,6 +44,13 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
protected $description = 'COM_JEDCHECKER_LANG_DESC';
|
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
|
* Initiates the search and check
|
||||||
*
|
*
|
||||||
|
@ -44,6 +44,13 @@ class JedcheckerRulesXMLFiles extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
protected $description = 'COM_JEDCHECKER_XML_FILES_DESC';
|
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.
|
* List of errors.
|
||||||
*
|
*
|
||||||
|
@ -44,6 +44,13 @@ class JedcheckerRulesXMLManifest extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
protected $description = 'COM_JEDCHECKER_MANIFEST_DESC';
|
protected $description = 'COM_JEDCHECKER_MANIFEST_DESC';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The ordering value to sort rules in the menu.
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public static $ordering = 200;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of errors.
|
* List of errors.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user