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