芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/cms.mgaplay.com.br/lib/Event/WidgetEditOptionRequestEvent.php
widget = $widget; } /** * @return \Xibo\Entity\Widget|null */ public function getWidget(): ?Widget { return $this->widget; } /** */ public function getOptions(): array { if ($this->options === null) { $this->options = []; } return $this->options; } /** * @return $this */ public function setOptions(array $options): WidgetEditOptionRequestEvent { $this->options = $options; return $this; } }