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