short url way to actual api version of class?
Notice: This thread is very old.
- Jan Tvrdík
- Nette guru | 2595
Not possible, because in the future versions the class may not exists at all.
You can however use
api.nette.org/2/Nette.Utils.ArrayHash.html
or
api.nette.org/2.2/Nette.Utils.ArrayHash.html
instead of
api.nette.org/2.2/Nette.Utils.ArrayHash.html
- David Grudl
- Nette Core | 8218
- [[api:Nette\Application\UI\Presenter]]
- [[api:Nette\Application\UI\Presenter::run()]]
- [[api:Nette\Application\UI\Presenter::$onShutdown]]
- [[The Presenter |api:Nette\Application\UI\Presenter]]
- esorimer
- Member | 114
https://github.com/…ravidla.texy
refers to API 2.2.9 and no to 2.3.3. See
https://doc.nette.org/…s/validation
Why?