Example #1
0
 public static function getInstance()
 {
     if (null == self::$instance) {
         self::$instance = new ProcUtils();
     }
     return self::$instance;
 }
Example #2
0
 public function __construct()
 {
     $this->session = Session::getInstance();
     $this->log = Log::getInstance();
     $this->loadEmbedSettings();
     $this->procUtils = ProcUtils::getInstance();
 }
Example #3
0
 public function __construct()
 {
     $this->session = Session::getInstance();
     $this->user = User::getInstance();
     $this->webDBUtils = WebDBUtils::getInstance();
     $this->procUtils = ProcUtils::getInstance();
     $this->wmUtils = WatermarkUtils::getInstance();
     $this->log = Log::getInstance();
 }
Example #4
0
 public function __construct()
 {
     $this->procUtils = ProcUtils::getInstance();
 }