Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#5169 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Oct 3, 2013
2 parents 5d412ee + 2475ff1 commit 53d9070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HelperPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ class HelperPluginManager extends AbstractPluginManager
// basepath and url are not very useful without their factories, however the doctype
// helper works fine as an invokable. The factory for doctype simply checks for the
// config value from the merged config.
'doctype' => 'Zend\View\Helper\Doctype', // overridden by a factory in ViewHelperManagerFactory
'basepath' => 'Zend\View\Helper\BasePath',
'url' => 'Zend\View\Helper\Url',
'cycle' => 'Zend\View\Helper\Cycle',
'declarevars' => 'Zend\View\Helper\DeclareVars',
'doctype' => 'Zend\View\Helper\Doctype', // overridden by a factory in ViewHelperManagerFactory
'escapehtml' => 'Zend\View\Helper\EscapeHtml',
'escapehtmlattr' => 'Zend\View\Helper\EscapeHtmlAttr',
'escapejs' => 'Zend\View\Helper\EscapeJs',
Expand All @@ -73,6 +72,7 @@ class HelperPluginManager extends AbstractPluginManager
'renderchildmodel' => 'Zend\View\Helper\RenderChildModel',
'rendertoplaceholder' => 'Zend\View\Helper\RenderToPlaceholder',
'serverurl' => 'Zend\View\Helper\ServerUrl',
'url' => 'Zend\View\Helper\Url',
'viewmodel' => 'Zend\View\Helper\ViewModel',
);

Expand Down

0 comments on commit 53d9070

Please sign in to comment.