Exemplo n.º 1
0
 /**
  * @return TCVM_Payment_Model_ApplyETF
  */
 public static function GetInstance()
 {
     if (!self::$_instance) {
         self::$_instance = new self();
     }
     return self::$_instance;
 }