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();
 }