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