Explorar el Código

added checkId

develop
Robin Thoni hace 8 años
padre
commit
824afd7321
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      src/Utils/Business/LuBusiness.php

+ 8
- 0
src/Utils/Business/LuBusiness.php Ver fichero

@@ -54,6 +54,14 @@ abstract class LuBusiness {
54 54
         return static::getDataAccess()->transact($function);
55 55
     }
56 56
 
57
+    /**
58
+     * @param $id int
59
+     */
60
+    public static function checkIdExists($id)
61
+    {
62
+        static::getSingleById($id);
63
+    }
64
+
57 65
     /**
58 66
      * @param $id int
59 67
      * @return LuDbo

Loading…
Cancelar
Guardar