Пример #1
0
 /**
  * @return string
  */
 private function getDescriptionForAction()
 {
     if (!method_exists($this->action, 'description')) {
         return '';
     }
     return $this->action->description();
 }