AdamWathan\BootForms\BootForm::__call PHP Method

__call() public method

public __call ( $method, $parameters )
    public function __call($method, $parameters)
    {
        return call_user_func_array([$this->builder, $method], $parameters);
    }