dolibarr  19.0.0-dev
Functions
expedition.lib.php File Reference

Function for expedition module. More...

Go to the source code of this file.

Functions

 expedition_prepare_head (Expedition $object)
 Prepare array with list of tabs. More...
 
 expedition_admin_prepare_head ()
 Return array head with list of tabs to view object informations. More...
 

Detailed Description

Function for expedition module.

Definition in file expedition.lib.php.

Function Documentation

◆ expedition_admin_prepare_head()

expedition_admin_prepare_head ( )

Return array head with list of tabs to view object informations.

Returns
array head array with tabs

Definition at line 74 of file expedition.lib.php.

◆ expedition_prepare_head()

expedition_prepare_head ( Expedition  $object)

Prepare array with list of tabs.

Parameters
Expedition$objectObject related to tabs
Returns
array Array of tabs to show

Definition at line 35 of file expedition.lib.php.