newBmob($params['tableName']); return $this->bmobObj->create($params['data']); } protected function newBmob($tableName = ""): void { $this->bmobObj = new BmobObject($tableName); } }