Ground Sunlight

Windowsで作る - PHPプログラミングの開発環境

ユーザ用ツール

サイト用ツール


apricot:core:response-class

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン 両方とも次のリビジョン
apricot:core:response-class [2020/07/01 13:30]
tanaka [RenderResponseクラス]
apricot:core:response-class [2020/07/01 13:32]
tanaka [RenderResponseクラス]
行 154: 行 154:
 |<nowiki>__</nowiki>construct(string $html=null)|RenderResponseの生成| |<nowiki>__</nowiki>construct(string $html=null)|RenderResponseの生成|
 |setHtml(string $html=null):RenderResponse|HTMLテキストの設定| |setHtml(string $html=null):RenderResponse|HTMLテキストの設定|
-|commit(int $response_code = null)|レスポンスの確定|+|commit(int $response_code=null)|レスポンスの確定|
  
 {{fa>folder-open-o}} ** /apricot/core/Foundation/Response ** {{fa>folder-open-o}} ** /apricot/core/Foundation/Response **
行 198: 行 198:
      * @see \Core\Foundation\Response::commit()      * @see \Core\Foundation\Response::commit()
      */      */
-    public function commit(int $response_code = null)+    public function commit(int $response_code=null)
     {     {
         // headersに'Content-type'がなければ出力する         // headersに'Content-type'がなければ出力する
apricot/core/response-class.txt · 最終更新: 2020/07/29 11:34 by tanaka