params->get('type', 'object'); if (! in_array($type, $validTypes)) { $type = 'object'; } $this->table->setType($type); } }