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