Lines Matching refs:Contact
22 protected $adminContactType = Contact::class;
28 protected $registrantContactType = Contact::class;
30 protected $technicalContactType = Contact::class;
34 * @param Contact
36 public function setAdminContact(Contact $adminContact)
41 * @return Contact
62 * @param Contact
64 public function setRegistrantContact(Contact $registrantContact)
69 * @return Contact
76 * @param Contact
78 public function setTechnicalContact(Contact $technicalContact)
83 * @return Contact