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