Exemplo n.º 1
0
 public static function getInstance()
 {
     if (self::$theInstance == null) {
         self::$theInstance = new PollService();
     }
     return self::$theInstance;
 }