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
1 changed files with 3 additions and 0 deletions

View File

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