lib/Model/ConsoleAdminListControllersOfGameResultModelDataList.php [189:198]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(array $data = null)
    {
        $this->container['id'] = isset($data['id']) ? $data['id'] : null;
        $this->container['name'] = isset($data['name']) ? $data['name'] : null;
        $this->container['bg_pic'] = isset($data['bg_pic']) ? $data['bg_pic'] : null;
        $this->container['config'] = isset($data['config']) ? $data['config'] : null;
        $this->container['type'] = isset($data['type']) ? $data['type'] : null;
        $this->container['ctltype'] = isset($data['ctltype']) ? $data['ctltype'] : null;
        $this->container['priority'] = isset($data['priority']) ? $data['priority'] : null;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/Model/QueryGameHangResultModel.php [189:198]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(array $data = null)
    {
        $this->container['game_session'] = isset($data['game_session']) ? $data['game_session'] : null;
        $this->container['success'] = isset($data['success']) ? $data['success'] : null;
        $this->container['code'] = isset($data['code']) ? $data['code'] : null;
        $this->container['message'] = isset($data['message']) ? $data['message'] : null;
        $this->container['hanging'] = isset($data['hanging']) ? $data['hanging'] : null;
        $this->container['start_hang_timestamp'] = isset($data['start_hang_timestamp']) ? $data['start_hang_timestamp'] : null;
        $this->container['duration'] = isset($data['duration']) ? $data['duration'] : null;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/Model/BatchStopGameResultModel.php [189:198]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public function __construct(array $data = null)
    {
        $this->container['game_id'] = isset($data['game_id']) ? $data['game_id'] : null;
        $this->container['request_id'] = isset($data['request_id']) ? $data['request_id'] : null;
        $this->container['project_id'] = isset($data['project_id']) ? $data['project_id'] : null;
        $this->container['track_info'] = isset($data['track_info']) ? $data['track_info'] : null;
        $this->container['code'] = isset($data['code']) ? $data['code'] : null;
        $this->container['message'] = isset($data['message']) ? $data['message'] : null;
        $this->container['success'] = isset($data['success']) ? $data['success'] : null;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



