Commit cd640a2b by darh

Fixes #17 - thanks to Andreas de Pretis for the patch

git-svn-id: svn://dwoo.org/dwoo/trunk@248 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent 4bf0518d
...@@ -388,6 +388,16 @@ class Dwoo_Adapters_ZendFramework_View extends Zend_View_Abstract ...@@ -388,6 +388,16 @@ class Dwoo_Adapters_ZendFramework_View extends Zend_View_Abstract
} }
/** /**
* Return list of all assigned variables
*
* @return array
*/
public function getVars()
{
return $this->_dataProvider->getData();
}
/**
* Clear all assigned variables * Clear all assigned variables
* *
* Clears all variables assigned to Zend_View either via {@link assign()} or * Clears all variables assigned to Zend_View either via {@link assign()} or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment