zhamao-framework/docs/api/ZM/DB/InsertBody.md

41 lines
509 B
Markdown
Raw Normal View History

2022-03-27 16:42:36 +08:00
# ZM\DB\InsertBody
## __construct
```php
public function __construct(mixed $row, ZM\DB\Table $table): mixed
```
### 描述
InsertBody constructor.
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| row | mixed | |
| table | ZM\DB\Table | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## save
```php
public function save(): mixed
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |