コード例 #1
0
 /**
  * Renders the summary text.
  */
 public function renderSummary()
 {
     $summary = parent::renderSummary();
     return !empty($summary) ? Html::tag('h3', $summary, ['class' => 'box-title']) : '';
 }