Example #1
0
 public static function getInstance()
 {
     if (!isset(self::$instance)) {
         self::$instance = new self();
     }
     return self::$instance;
 }
Example #2
0
 public function indexHandler()
 {
     //app_exporter_domain_VereadoresRanking::getInstance()->handle();
     app_exporter_domain_Vereadores::getInstance()->handle();
 }
Example #3
0
 public function dispatch()
 {
     app_exporter_domain_Vereadores::getInstance()->handle();
 }