Skip to content
Snippets Groups Projects
Commit 2aa54856 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

doc: Update exemples

parent 70b21172
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ class modMyModule extends DolibarrModules ...@@ -106,7 +106,7 @@ class modMyModule extends DolibarrModules
// Constants // Constants
// List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 'current' or 'allentities', deleteonunactive) // List of particular constants to add when module is enabled (key, 'chaine', value, desc, visible, 'current' or 'allentities', deleteonunactive)
// Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',1), // Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',1),
// 1=>array('MYMODULE_MYNEWCONST2','chaine','myvalue','This is another constant to add',0) // 1=>array('MYMODULE_MYNEWCONST2','chaine','myvalue','This is another constant to add',0, 'current', 1)
// ); // );
$this->const = array(); $this->const = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment