Widget interface is useless, prepare for removal in favour of AbstractWidget
This commit is contained in:
parent
bd7280305a
commit
796265d304
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue