Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. class VapParameters
  4. {
  5.   public function __construct()
  6.   {
  7.     $this->init();
  8.   }
  9.  
  10.   private function init()
  11.   {
  12.     // do everything here
  13.   }
  14. };
  15.  
  16. ?>
  17.  
  18. blah blah blah
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement