2require_once(
'./Services/ActiveRecord/_Examples/StorageRecord/class.arStorageRecordStorage.php');
3require_once(
'./Services/ActiveRecord/Storage/int.arStorageInterface.php');
61 $this->storage = arStorageRecordStorage::getInstance($this);
62 $this->storage->installDB();
68 $this->storage->create();
74 $this->storage->update();
78 public function delete()
80 $this->storage->delete();
An exception for terminatinating execution or to throw for unit testing.
setDescription($description)
Class arStorageInterface.