Habari\QueryRecord::to_array PHP Метод

to_array() публичный Метод

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