Store
Base class for complex object stores.
Store is a class derived from Model.
Synopsis
uses('store');
Public Static Methods
Public Methods
Store::__construct()Store::uuidOfObject()Store::kindOfObject()Store::objectAsArray()Store::firstObject()Store::dataForEntry()Store::dataForUUID()Store::objectForUUID()Store::uuidForIri(): Return the UUID of the object with the specified IRI, $iri.Store::dataForIri()Store::objectForIri()Store::insert()Store::update()Store::insertId()Store::fetch()Store::delete()Store::setData()Store::query()Store::object()Store::updateObjectWithUUID()Store::deleteObjectWithUUID()Store::storedTransaction()Store::pendingObjectsSet()Store::dirty()Store::markAllAsDirty()