dolibarr 24.0.0-beta
index.php File Reference

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.
 

Variables

 $moduleobj = null
 

Detailed Description

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.

Function Documentation

◆ getLicenceHeader()

getLicenceHeader ( $user,
$langs,
$now )

Produce copyright replacement string for user.

Parameters
User$userUser to produce the copyright notice for.
Translate$langsTranslation object to use.
int$nowDate for which the copyright will be generated.
Returns
string String to be used as replacement after Copyright (C)

Definition at line 267 of file index.php.

References dol_print_date().

◆ moduleBuilderShutdownFunction()

foreach($dirsrootforscan as $tmpdirread) moduleBuilderShutdownFunction ( )

Add management to catch fatal errors - shutdown handler.

Returns
void

Definition at line 243 of file index.php.

References llxFooter().

Variable Documentation

◆ $moduleobj

$moduleobj = null

Definition at line 3492 of file index.php.

Referenced by Utils\generateDoc().