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