Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  static getById(id);
  2.  
  3.     static getAll();
  4.  
  5.     static insert(puzzle);
  6.  
  7.     static deleteById(puzzle_id);
  8.  
  9.     static getFilteredSearch(filters);
  10.  
  11.     static update(puzzle);
  12.  
  13.  
  14.     static getAllTypes();
  15.  
  16.     static getTypeById(typeId);
  17.  
  18.     static getManufacturerById(manufacturerId);
  19.  
  20.     static getAllManufacturers();
  21.  
  22.     static getFilters();
  23.  
  24.     static getPuzzleFromFormRequest(req);
  25.  
  26.     static getPuzzleSubscribers(puzzleId);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement