GRIS_MAPPING
in package
Class to manage mappingss
With this class mappingss can be managed
PHP version 8
Copyright (c) 2024, Holger Heuser, GESIS Leibniz Institute for the Social Sciences Unter Sachsenhausen 6-8 50667 Cologne, Germany
Tags
Table of Contents
- settings_group = "mapping"
- The constant for the settings group
- $dbconnection : object
- The database object for managing the connection
- $i18n : object
- The object for translations
- $mapping : object
- The object for institutes
- $settings : object
- The object for settings
- $state : object
- The object for logs
- __construct() : mixed
- The class constructor
- get_mapping_list() : mixed
- get_object_attributes() : mixed
Constants
settings_group
The constant for the settings group
public
mixed
settings_group
= "mapping"
Properties
$dbconnection
The database object for managing the connection
private
object
$dbconnection
= NULL
Tags
$i18n
The object for translations
private
object
$i18n
Tags
$mapping
The object for institutes
private
object
$mapping
= array()
Tags
$settings
The object for settings
private
object
$settings
= null
Tags
$state
The object for logs
private
object
$state
Tags
Methods
__construct()
The class constructor
public
__construct() : mixed
Initializes the objects
Return values
mixed —get_mapping_list()
public
get_mapping_list(mixed $import_id) : mixed
Parameters
- $import_id : mixed
Return values
mixed —get_object_attributes()
public
get_object_attributes(mixed $object) : mixed
Parameters
- $object : mixed