Make controller accessible for extensibility

This commit is contained in:
Sam Georges 2014-05-18 13:59:44 +10:00
parent 9deee689c7
commit 5484f67c5a

View File

@ -28,7 +28,7 @@ abstract class WidgetBase
/**
* @var Backend\Classes\Controller Backend controller object.
*/
protected $controller;
public $controller;
/**
* @var string A unique alias to identify this widget.