Beispiel #1
0
 /**
  * Get the full title of the record.
  *
  * @return string
  */
 public function getTitle()
 {
     $title = parent::getShortTitle();
     return empty($title) ? $this->determineMissingTitle() : $title;
 }