CommonDBTM::addNeededInfoToInput PHP Méthode

addNeededInfoToInput() public méthode

Add needed information to $input (example entities_id)
public addNeededInfoToInput ( $input ) : the
$input datas used to add the item
Résultat the modified $input array
    function addNeededInfoToInput($input)
    {
        return $input;
    }
CommonDBTM