# Contact types
use Domainrobot\Model\ContactTypeConstants;
ContactTypeConstants::PERSON;
// orginization
ContactTypeConstants::ORG;
ContactTypeConstants::ROLE;
Used in :
- contact (opens new window)->create (opens new window)(Contact $contact)
use Domainrobot\Model\ContactTypeConstants;
ContactTypeConstants::PERSON;
// orginization
ContactTypeConstants::ORG;
ContactTypeConstants::ROLE;
Used in :