You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This extension provides following features:
12
12
*`Nette\ComponentModel\Container::getComponent()` knows type of the component because it reads the return type on `createComponent*` (this works best in presenters and controls)
13
13
*`Nette\DI\Container::getByType` and `createInstance` return type based on first parameter (`Foo::class`).
14
14
*`Nette\Forms\Container::getValues` return type based on `$asArray` parameter.
15
+
*`Nette\ComponentModel\Component::lookup` return type based on `$need` parameter.
15
16
* Dynamic methods of [Nette\Utils\Html](https://doc.nette.org/en/2.4/html-elements)
16
17
* Magic [Nette\Object and Nette\SmartObject](https://doc.nette.org/en/2.4/php-language-enhancements) properties
0 commit comments