| 1 | <?php |
||
| 13 | final class SsrFactory implements SsrFactoryInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var BaracoaInterface |
||
| 17 | */ |
||
| 18 | private $baracoa; |
||
| 19 | |||
| 20 | 5 | public function __construct(BaracoaInterface $baracoa) |
|
| 24 | |||
| 25 | /** |
||
| 26 | * [@inheritdoc} |
||
| 27 | */ |
||
| 28 | 4 | public function newInstance(string $appName, array $stateKeys = [], array $metasKeys = []) |
|
| 32 | } |
||
| 33 |