Update common.php

This commit is contained in:
Roman Kelesidis 2024-07-13 16:06:11 +07:00
parent 3fdd6ed2e0
commit fddb49331f

View File

@ -68,6 +68,11 @@ class datastore_common
return $this->data[$title];
}
function has ($title)
{
return isset($this->data[$title]);
}
function store ($item_name, $item_data) {}
function rm ($items)