| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | final class ChatPresenter extends \Nette\Application\UI\Presenter { |
||
| 9 | /** @var IExampleChatControlFactory @inject */ |
||
| 10 | public $chatFactory; |
||
| 11 | /** @var NewChatMessageFormFactory @inject */ |
||
| 12 | public $newChatMessageFormFactory; |
||
| 13 | |||
| 14 | public function formatTemplateFiles(): array { |
||
| 16 | } |
||
| 17 | |||
| 18 | protected function createComponentNewMessageForm(): Form { |
||
| 22 | ?> |