Example #1
0
 /**
  * Get a sortable title for the record (i.e. no leading articles).
  *
  * @return string
  */
 public function getSortTitle()
 {
     return isset($this->fields['title_sort']) ? $this->fields['title_sort'] : parent::getSortTitle();
 }