Beispiel #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new EmailAddress());
 }
Beispiel #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct(new PostCode(array('locale' => 'en-GB')));
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct(new PhoneNumber(array('country' => 'GB', 'allowed_types' => array('general', 'fixed', 'personal', 'mobile'))));
 }