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
......@@ -386,6 +386,16 @@ class Dwoo_Adapters_ZendFramework_View extends Zend_View_Abstract
$this->getDataProvider()->assign($name, $val);
return $this;
}
/**
* Return list of all assigned variables
*
* @return array
*/
public function getVars()
{
return $this->_dataProvider->getData();
}
/**
* Clear all assigned variables
......
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