Documentation

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
copyright

Copyright (c) 2024, Holger Heuser, GESIS Leibniz Institute for the Social Sciences

link

GESIS Leibniz Institute for the Social Sciences

since

File available since Release 4.6

version
1.0
author

Holger Heuser holger.heuser@gesis.org

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
access

private

$i18n

The object for translations

private object $i18n
Tags
access

private

$mapping

The object for institutes

private object $mapping = array()
Tags
access

private

$settings

The object for settings

private object $settings = null
Tags
access

private

$state

The object for logs

private object $state
Tags
access

private

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
Return values
mixed

Search results