Function __global->import_check_if_imported
Definitions
sources/import.php
- Check to see if the given ID of the given type has been imported (if it has a mapping).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type | ID_TEXT | required parameter | N/A | N/A | An importation type code, from those the software has defined |
$id_old | string | required parameter | N/A | N/A | The source (old, original) ID of the mapping |
Return
- Whether it has been imported
- Type: boolean
- Set: N/A
- Range: N/A