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