Helper classes to provide code completion for view helpers in IDEs.
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
Override $this in your views
/** @var $this DBlackborough\Zf3ViewHelpersCC\CustomAndZend */