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