예제 #1
0
 /**
  *
  * @return string
  */
 public function getTitle()
 {
     if (empty($this->title)) {
         $this->title = Inflector::titleize(Inflector::pluralize($this->getName()));
     }
     return $this->title;
 }
예제 #2
0
 public function getTitle()
 {
     if (empty($this->title)) {
         $this->title = \Simplify\Inflector::titleize($this->getName());
     }
     return $this->title;
 }