CommonDBTM::prepareInputForAdd PHP Méthode

prepareInputForAdd() public méthode

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