We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8794315 commit bc74b8bCopy full SHA for bc74b8b
extension.neon
@@ -8,6 +8,7 @@ parameters:
8
- stubs/Application/Routers/RouteList.stub
9
- stubs/Application/UI/Component.stub
10
- stubs/Application/UI/Multiplier.stub
11
+ - stubs/Application/UI/Presenter.stub
12
- stubs/Caching/Cache.stub
13
- stubs/ComponentModel/Component.stub
14
- stubs/ComponentModel/Container.stub
stubs/Application/UI/Presenter.stub
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+namespace Nette\Application\UI;
4
5
+abstract class Presenter
6
+{
7
+}
0 commit comments