コード例 #1
0
 public function __construct(Widget $original, Widget $copy)
 {
     parent::__construct($original);
     $this->copy = $copy;
 }
コード例 #2
0
 public function onWidgetSave(WidgetEvent $event)
 {
     $settings = $this->getSettings();
     $settings[$event->getWidget()->getId()] = $this['request']->get('_theme', []);
     $this->setSettings($settings);
 }