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