Example #1
0
 /**
  * Returns current mobile group
  *
  * @return string
  */
 function _get_mobile_group()
 {
     if ($this->_mobile) {
         return $this->_mobile->get_group();
     }
     return '';
 }