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