예제 #1
0
 /**
  * @since 3.0.6
  * get the field name to use in the list's slug url
  * @param   bool	$raw
  */
 public function getSlugName($raw = false)
 {
     return $raw ? parent::getSlugName($raw) : $this->getJoinLabelColumn();
 }