Example #1
0
 /**
  * Set layout
  *
  * @param string|array $layout layout
  *
  * @return $this
  */
 public function setLayout($layout)
 {
     $this->response->setLayout($layout);
     return $this;
 }