Ejemplo n.º 1
0
 static function getInstance($front_call = null)
 {
     if (!self::$instance) {
         self::$instance = new subscribe_module_common($front_call);
     }
     return self::$instance;
 }
Ejemplo n.º 2
0
 function subscribe_module_front()
 {
     $this->_module_name = 'subscribe';
     $this->_common_obj =& subscribe_module_common::getInstance(true);
     $this->_tree =& $this->_common_obj->obj_tree;
 }
Ejemplo n.º 3
0
 function common_call($front_call = null)
 {
     $this->_common_obj =& subscribe_module_common::getInstance();
     $this->_tree =& $this->_common_obj->obj_tree;
 }