Dumplie\Metadata\Schema\Field\TextField::__construct PHP Method

__construct() public method

public __construct ( string $default = null, boolean $nullable = false, array $options = [] )
$default string
$nullable boolean
$options array
    public function __construct(string $default = null, bool $nullable = false, array $options = [])
    {
        $this->nullable = $nullable;
        $this->default = $default;
        $this->options = $options;
    }