|
dolibarr 25.0.0-alpha
|
Home page for module builder module. More...
Go to the source code of this file.
Functions | |
| foreach( $dirsrootforscan as $tmpdirread) | moduleBuilderShutdownFunction () |
| Add management to catch fatal errors - shutdown handler. | |
| getLicenceHeader ($user, $langs, $now) | |
| Produce copyright replacement string for user. | |
| modulebuilderValidateGeneratedFile (string $destfile, NamingContract $nc) | |
| Post-generation validation – logs and displays a warning if residual myobject/mymodule tokens remain. | |
Variables | |
| $moduleobj = null | |
Home page for module builder module.
You can add parameter dirins=/home/ldestailleur/git/dolibarr/htdocs/mymodule to force generation of module into the dirins directory.
Definition in file index.php.
| getLicenceHeader | ( | $user, | |
| $langs, | |||
| $now ) |
Produce copyright replacement string for user.
| User | $user | User to produce the copyright notice for. |
| Translate | $langs | Translation object to use. |
| int | $now | Date for which the copyright will be generated. |
Definition at line 268 of file index.php.
References dol_print_date().
| foreach($dirsrootforscan as $tmpdirread) moduleBuilderShutdownFunction | ( | ) |
Add management to catch fatal errors - shutdown handler.
Definition at line 244 of file index.php.
References llxFooter().
| modulebuilderValidateGeneratedFile | ( | string | $destfile, |
| NamingContract | $nc ) |
Post-generation validation – logs and displays a warning if residual myobject/mymodule tokens remain.
| string | $destfile | Path to the generated file |
| NamingContract | $nc | Contract used for generation |
Definition at line 289 of file index.php.
References dol_syslog(), and setEventMessages().
| $moduleobj = null |
Definition at line 3514 of file index.php.
Referenced by Utils\generateDoc().