hedronium\Jables\BaseType::base PHP Méthode

base() public méthode

public base ( )
    public function base()
    {
        $this->unique();
        $this->nullable();
        $this->defaultValue();
    }