예제 #1
0
 public function getTitle()
 {
     return $this->getItem('title') ?: $this->getItem('description') ?: Helper::titleize($this->name);
 }
예제 #2
0
 public function getTitle()
 {
     return $this->getItem('title') ?: ($this->isDomain() ? $this->name : Helper::titleize($this->name));
 }
예제 #3
0
 public function getTitle()
 {
     return $this->getItem('title') ?: Helper::titleize($this->package);
 }