Esempio n. 1
0
 /**
  * Get the join label name
  *
  * @return  string
  */
 protected function getJoinLabel()
 {
     $label = parent::getJoinLabel();
     if ($label == 'gid') {
         $label = 'username';
     }
     return $label;
 }