dolibarr 21.0.0-alpha
multicurrency.lib.php File Reference

This file is an example module library Put some comments here. More...

Go to the source code of this file.

Functions

 multicurrencyAdminPrepareHead ()
 Prepare array with list of tabs.
 
 multicurrencyLimitPrepareHead ($aCurrencies)
 Prepare array with list of currency tabs.
 

Detailed Description

This file is an example module library Put some comments here.

Definition in file multicurrency.lib.php.

Function Documentation

◆ multicurrencyAdminPrepareHead()

multicurrencyAdminPrepareHead ( )

Prepare array with list of tabs.

Returns
array<array{0:string,1:string,2:string}> Array of tabs to show

Definition at line 32 of file multicurrency.lib.php.

References complete_head_from_modules(), and dol_buildpath().

◆ multicurrencyLimitPrepareHead()

multicurrencyLimitPrepareHead ( $aCurrencies)

Prepare array with list of currency tabs.

Parameters
string[]$aCurrenciesCurrencies array
Returns
array<array{0:string,1:string,2:string}> Array of tabs to show

Definition at line 62 of file multicurrency.lib.php.