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