$default $default : string|null Default value for the string field. Type string|null — Holds the default value or null.
default() default(string $value) : $this Set the default value for string field. Parameters string $value Holds the default value for the string 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 —