sendContent() protected method

Sends the response content to the client
protected sendContent ( )
Ejemplo n.º 1
0
 public function sendContent()
 {
     if ($this->stream === null) {
         $this->content = Yii::$app->getI18n()->removeLegacyLangTags($this->content);
     }
     parent::sendContent();
 }