/**
  * class constructor
  */
 function CRM_Contact_BAO_RelationshipType()
 {
     parent::CRM_Contact_DAO_RelationshipType();
 }