deanblackborough / zf3-view-helpers-code-completion
Helper classes to provide code completion for Zend view helpers and my custom view helpers
v1.07.0
2018-01-20 22:10 UTC
Requires
- php: ^7
Requires (Dev)
Suggests
- php: ^7.2
This package is auto-updated.
Last update: 2024-10-28 23:11:08 UTC
README
ZF3 View helpers code completion
Helper classes to provide code completion for view helpers in IDEs.
Description
Do you like using view helpers? If the answer is yes, you will have noticed there is no code completion for them in your IDE, the classes in this package will provide code completion for all the default Zend view helpers and the view helpers in my library @ https://github.com/deanblackborough/zf3-view-helpers
Usage
Override $this in your views
/** @var $this DBlackborough\Zf3ViewHelpersCC\CustomAndZend */