diff --git a/src/CPStore.php b/src/CPStore.php
index 495108d..459e1b9 100644
--- a/src/CPStore.php
+++ b/src/CPStore.php
@@ -1,18 +1,218 @@
+ *
+ *
+ *
+ *
+ * Значение
+ * Пояснение
+ *
Значение | + *Пояснение | + *
---|---|
+ * STORE_OPEN_MAXIMUM_ALLOWED + * | + *+ * Open the store in read/write mode if the user has read/write permissions; + * otherwise, open the store in read-only mode. + * | + *
+ * STORE_OPEN_READ_ONLY + * | + *+ * Open the store in read-only mode. + * | + *
+ * STORE_OPEN_READ_WRITE + * | + *+ * Open the store in read/write mode. + * | + *