Example #1
0
 /**
  * Get the field name to use in the list's slug url
  *
  * @param   bool  $raw  Use raw value (true) or label (false)
  *
  * @since 3.0.6
  *
  * @return  string
  */
 public function getSlugName($raw = false)
 {
     return $raw ? parent::getSlugName($raw) : $this->getJoinLabelColumn();
 }