Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class DP_Module {
  15. public $id = null;
  16. public $caption = null;
  17. public $content_type = null;
  18. public $content = null;
  19. public $position = null;
  20. public $show_caption = null;
  21. public $css_js = null;
  22. public $order = null;
  23.  
  24. public function __construct() {
  25. $this->id = 0;
  26. .............................................
  27. ........................
  28. ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement