2require_once(
'./Services/ActiveRecord/Demo/StorageRecord/class.arStorageRecordStorage.php');
3require_once(
'./Services/ActiveRecord/Storage/int.arStorageInterface.php');
59 $this->storage = arStorageRecordStorage::getInstance($this);
60 $this->storage->installDB();
65 $this->storage->create();
70 $this->storage->update();
74 public function delete() {
75 $this->storage->delete();
An exception for terminatinating execution or to throw for unit testing.
setDescription($description)
Class arStorageInterface.