dolibarr 21.0.0-alpha
import.php File Reference

Pages of import Wizard. More...

Go to the source code of this file.

Functions

 show_elem ($fieldssource, $pos, $key)
 Function to put the movable box of a source field.
 
 getnewkey (&$fieldssource, &$listofkey)
 Return not used field number.
 
 arrayInsert ($array, $position, $insertArray)
 Return array with element inserted in it at position $position.
 

Detailed Description

Pages of import Wizard.

Definition in file import.php.

Function Documentation

◆ arrayInsert()

arrayInsert ( $array,
$position,
$insertArray )

Return array with element inserted in it at position $position.

Parameters
array$arrayArray of field source
mixed$positionkey of position to insert to
array$insertArrayArray to insert
Returns
array

Definition at line 2499 of file import.php.

◆ getnewkey()

getnewkey ( & $fieldssource,
& $listofkey )

Return not used field number.

Parameters
array$fieldssourceArray of field source
array$listofkeyArray of keys
Returns
integer

Definition at line 2471 of file import.php.

◆ show_elem()

show_elem ( $fieldssource,
$pos,
$key )

Function to put the movable box of a source field.

Parameters
array$fieldssourceList of source fields
int$posPos
string$keyKey
Returns
void

Definition at line 2389 of file import.php.

References img_picto(), num2Alpha(), and utf8_check().