Ejemplo n.º 1
0
 public static function getInstance()
 {
     if (null == self::$instance) {
         self::$instance = new ProcUtils();
     }
     return self::$instance;
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     $this->session = Session::getInstance();
     $this->log = Log::getInstance();
     $this->loadEmbedSettings();
     $this->procUtils = ProcUtils::getInstance();
 }
Ejemplo n.º 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();
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     $this->procUtils = ProcUtils::getInstance();
 }