예제 #1
0
 /**
  * Return all IM values
  *
  * @access public
  * @param void
  * @return array
  */
 function getImValues()
 {
     return ContactImValues::getByContact($this);
 }