\Hubleto\App\Community\Contacts\Models\Value
Properties
### ☍ table
```php
public string $table
```
### ☍ recordManagerClass
```php
public string $recordManagerClass
```
### ☍ lookupSqlValue
```php
public ?string $lookupSqlValue
```
### ☍ relations
```php
public array $relations
```
Methods
ƒ describeColumns
public describeColumns(): array
ƒ describeTable
public describeTable(): \Hubleto\Framework\Description\Table
ƒ getTypeFromValue
public getTypeFromValue(string $value): string
Parameters
| Parameter |
Type |
Description |
$value |
string |
|
ƒ onBeforeCreate
public onBeforeCreate(array $record): array
Parameters
| Parameter |
Type |
Description |
$record |
array |
|
ƒ onBeforeUpdate
public onBeforeUpdate(array $record): array
Parameters
| Parameter |
Type |
Description |
$record |
array |
|