Advertisement
Guest User

Untitled

a guest
Apr 11th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.1.0.1
  8. * @ Author : DeZender
  9. * @ Release on : 29.08.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. namespace MGModule\DiscountCenter\interfaces;
  15.  
  16. /**
  17. * Description of PeriodRules
  18. *
  19. * @author Pawel Kopec <pawelk@modulesgarden.com>
  20. * @version 1.0.0
  21. */
  22. interface PeriodRules
  23. {
  24. public function emptyDateTime();
  25. public function isDateTime();
  26. }
  27.  
  28. if (defined('ROOTDIR')) {
  29. $file402a7d625f68270eb0725d2bb070ec89f82c989f = ROOTDIR . DIRECTORY_SEPARATOR . 'modules/addons/DiscountCenter/DiscountCenter.php';
  30. ................................................................................
  31. ................................................
  32. ........................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement