示例#1
0
 /**
  * Get the title field name.
  * @return string
  */
 public function getTitleField()
 {
     return !$this->title ?: $this->title->getName();
 }