Example #1
0
 public static function getInstance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Example #2
0
 public function dispatch()
 {
     $bean = app_exporter_ao_request_Index::getInstance()->getBean();
     app_exporter_domain_Index::getInstance()->handle($bean);
 }