示例#1
0
 /**
  * Выставление заголовка принятия ответа в формате Json
  * @return $this
  */
 public function asJson()
 {
     $this->request->sendsJson();
     return $this;
 }