示例#1
0
 /**
  * Gets default interest types
  *
  * @return string
  */
 public function getDefaultInterests()
 {
     return count($this->_defTypes) ? implode(',', $this->_defTypes->all()) : 'all';
 }
示例#2
0
 /**
  * Gets types
  *
  * @return string
  */
 public function defTypes()
 {
     return count($this->_defTypes) ? implode(',', $this->_defTypes->all()) : '';
 }