Beispiel #1
0
 /**
  * This method returns the CVC element intention.
  * 
  * @return Customweb_Form_Intention_Intention
  */
 public static function getCvcIntention()
 {
     if (self::$cvc === null) {
         self::$cvc = new Customweb_Form_Intention_Intention('card-cvc');
     }
     return self::$cvc;
 }