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