Example #1
0
 function __construct()
 {
     parent::__construct(false, 'Example Widget');
 }
Example #2
0
 function __construct()
 {
     parent::__construct(class_basename($this), 'Example Widget');
 }