Re-add potentially obsolete dynamic Widget properties

This commit is contained in:
Thomas Gelf 2014-03-25 07:23:14 +00:00
parent d4ccc68eab
commit 9c5eb19af6

View File

@ -34,6 +34,9 @@ abstract class AbstractWidget
*/ */
protected static $view; protected static $view;
// TODO: Should we kick this?
protected $properties;
/** /**
* Getter for widget properties * Getter for widget properties
* *