예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function renderOuter() : array
 {
     $this->content = $this->layout()->render();
     return parent::renderOuter();
 }