YesNoField implements FieldInterface
Table of Contents
Interfaces
Methods
- __construct() : mixed
- getFieldName() : string
- getValue() : string|null
Methods
__construct()
public
__construct(string $toField, mixed $noValue) : mixed
Parameters
- $toField : string
- $noValue : mixed
getFieldName()
public
getFieldName() : string
Return values
stringgetValue()
public
getValue(mixed $value) : string|null
Parameters
- $value : mixed