sendContent() защищенный Метод

Sends the response content to the client
protected sendContent ( )
Пример #1
0
 public function sendContent()
 {
     if ($this->stream === null) {
         $this->content = Yii::$app->getI18n()->removeLegacyLangTags($this->content);
     }
     parent::sendContent();
 }