Widget interface is useless, prepare for removal in favour of AbstractWidget

This commit is contained in:
Thomas Gelf 2014-03-09 01:58:42 +01:00
parent bd7280305a
commit 796265d304
1 changed files with 1 additions and 1 deletions

View File

@ -46,5 +46,5 @@ interface Widget
* @param \Zend_View_Abstract $view
* @return string
*/
public function render(Zend_View_Abstract $view);
// public function render(Zend_View_Abstract $view);
}