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