Lines Matching refs:store

214      * @param $store
218 function setReadStore($store): Metadata
221 LogUtility::msg("The read store was already set.");
223 if (is_string($store) && !is_subclass_of($store, MetadataStore::class)) {
224 throw new ExceptionRuntime("The store class ($store) is not a metadata store class");
226 $this->readStore = $store;
231 * @param MetadataStore|string $store
235 function setWriteStore($store): Metadata
237 $this->writeStore = $store;
271 * Return the store for this metadata
272 * By default, this is the {@link ResourceCombo::getReadStoreOrDefault() default resource metadata store}
293 * This function sends the object value to the memory {@link Metadata::getWriteStore() store}
311 * This is the column name in a database or the property name in a key value store
325 LogUtility::msg("The metadata store is unknown. You need to define a resource or a store to build from it");
337 * * to store the data in the database
386 * @return string - the storage name use in the store
389 * but when we store it hierarchically, the prefix `page-image` is not needed
432 * The store default value is used to
627 * and {@link MetadataStore::persist()} at the same time in the {@link Metadata::getWriteStore() write store}
646 * Build the object from the store value
691 LogUtility::msg("An entity metadata should define a metadata that store the unique value");
726 * @return mixed - set the memory value from the store and return ut
764 * @return MetadataStore - the store where the metadata are persist (by default, the {@link Metadata::getReadStore()}