BitwiseChecklist

Properties

field

private array $field

key

private string $key

type

private string $type

Methods

__construct

public __construct(array $field, string $key, string $type): mixed

Parameters:

Parameter Type Description
$field array  
$key string  
$type string  

beforeSave

Transform data before it is saved.

public beforeSave(mixed $val): string

Parameters:

Parameter Type Description
$val mixed The value from POST.

Return Value:

The value to save to the database.

__toString

public __toString(): string

Automatically generated on 2024-05-12