$default $default : float|null Default value for the float field. Type float|null — Holds the default value or null.
default() default(float $value) : $this Set the default value for float field. Parameters float $value Holds the default value for the float field. Returns $this — Returns the current instance for method chaining.
__construct() __construct(string $name) : void AbstractField class constructor. Parameters string $name Holds the field name. Returns void —