dolibarr  16.0.5
Functions
import.php File Reference

Pages of import Wizard. More...

Go to the source code of this file.

Functions

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

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 postion to insert to
array$insertArrayArray to insert
Returns
array

Definition at line 2451 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 2423 of file import.php.

◆ show_elem()

show_elem (   $fieldssource,
  $pos,
  $key,
  $var,
  $nostyle = '' 
)

Function to put the movable box of a source field.

Parameters
array$fieldssourceList of source fields
int$posPos
string$keyKey
boolean$varLine style (odd or not). No more used.
int$nostyleHide style
Returns
void

Definition at line 2341 of file import.php.