Habari\QueryRecord::to_array PHP Method

to_array() public method

function to_array Returns an array with the current field settings
public to_array ( ) : array
return array The field settings as they would be saved
    public function to_array()
    {
        return array_merge($this->fields, $this->newfields);
    }