CommonDBTM::addNeededInfoToInput PHP Method

addNeededInfoToInput() public method

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