芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/lib/XMR/OverlayLayoutAction.php
layoutId = $layoutId; $this->duration = $duration; $this->downloadRequired = $downloadRequired; return $this; } /** * @inheritdoc */ public function getMessage() { $this->action = 'overlayLayout'; if ($this->layoutId == 0) throw new PlayerActionException(__('Layout Details not provided')); if ($this->duration == 0) throw new PlayerActionException(__('Duration not provided')); return $this->serializeToJson(['layoutId', 'duration', 'downloadRequired']); } }