add chapter about data repositories, and start work on perfomance chapter
This commit is contained in:
parent
d7e2c23dcb
commit
f0162805d5
165 changed files with 14028 additions and 2028 deletions
10
implementation/15-adding-content/src/Http/Emitter.php
Normal file
10
implementation/15-adding-content/src/Http/Emitter.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Http;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
interface Emitter
|
||||
{
|
||||
public function emit(ResponseInterface $response, bool $withoutBody = false): void;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue