コード例 #1
0
ファイル: crlf.php プロジェクト: estvoyage/risingsun
 function outputOfHttpHeaderAggregatorIs(http\header\aggregator $headerAggregator, output $output)
 {
     $output->endOfLine();
     return $this;
 }
コード例 #2
0
ファイル: crlf.php プロジェクト: estvoyage/risingsun
 function outputOfHttpRequestLineIs(http\request\line $requestLine, output $output)
 {
     $output->endOfLine();
     return $this;
 }
コード例 #3
0
ファイル: crlf.php プロジェクト: estvoyage/risingsun
 function outputOfHttpHeaderIs(header $header, output $output)
 {
     $output->endOfLine();
     return $this;
 }
コード例 #4
0
ファイル: endOfLine.php プロジェクト: estvoyage/risingsun
 function outputIs(output $output)
 {
     $output->endOfLine();
     return $this;
 }
コード例 #5
0
ファイル: crlf.php プロジェクト: estvoyage/risingsun
 function outputOfHttpResponseStatusLineIs(response\status\line $statusLine, output $output)
 {
     $output->endOfLine();
     return $this;
 }