예제 #1
0
 /**
  * Return main contact IM type. If there is no contact main IM type NULL is returned
  *
  * @access public
  * @param void
  * @return ImType
  */
 function getMainImType()
 {
     return ContactImValues::getContactMainImType($this);
 }