Home
last modified time | relevance | path

Searched refs:upsertAttributes (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DComboFs.php30 $databasePage->upsertAttributes([PageId::getPersistentName() => $pageId]);
H A DDatabasePageRow.php547 $this->upsertAttributes($record);
565 $this->upsertAttributes($this->getMetaRecord());
573 function upsertAttributes(array $attributes): void
743 $this->upsertAttributes($attributes);
1284 $this->upsertAttributes($record);
558 function upsertAttributes(array $attributes): void global() function in ComboStrap\\DatabasePageRow