Ejemplo n.º 1
0
 /**
  * Get the html title (check for crud reserve word)
  * @return string
  */
 protected function getDescription()
 {
     // this just allows the controller to overide the description
     if (strlen($this->description) <= 5) {
         $this->description = $this->selectedNavigation['html_description'];
     }
     return parent::getDescription();
 }