diff --git a/inc/SP/Mgmt/Users/UserPassRecover.class.php b/inc/SP/Mgmt/Users/UserPassRecover.class.php index a20e1496..539b1bb1 100644 --- a/inc/SP/Mgmt/Users/UserPassRecover.class.php +++ b/inc/SP/Mgmt/Users/UserPassRecover.class.php @@ -212,4 +212,26 @@ class UserPassRecover extends UserPassRecoverBase implements ItemInterface { // TODO: Implement checkDuplicatedOnAdd() method. } + + /** + * Eliminar elementos en lote + * + * @param array $ids + * @return $this + */ + public function deleteBatch(array $ids) + { + // TODO: Implement deleteBatch() method. + } + + /** + * Devolver los elementos con los ids especificados + * + * @param array $ids + * @return mixed + */ + public function getByIdBatch(array $ids) + { + // TODO: Implement getByIdBatch() method. + } } \ No newline at end of file