CommonDBTM::prepareInputForAdd PHP Method

prepareInputForAdd() public method

Prepare input datas for adding the item
public prepareInputForAdd ( $input ) : the
$input datas used to add the item
return the modified $input array
    function prepareInputForAdd($input)
    {
        return $input;
    }
CommonDBTM