You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment by hand, because the current goal is that the writer does not have to copy and paste the options. But each option must be listed in the documentation.
(The goal is not to automate to the entire process!)
There are repositories with more than one option class, i.e.:
To document the adapter options, I have tried to extract the properties of the option class via script.
Here is a first result:
cache_dir
string
The cache directorynull
clear_stat_cache
bool
true
dir_level
int
1
dir_permission
false|int
0700
file_locking
bool
true
file_permission
false|int
0600
key_pattern
string
/^[a-z0-9_\+\-]*$/Di
namespace_separator
string
-
no_atime
bool
true
no_ctime
bool
true
umask
false|int
false
suffix
string
dat
tag_suffix
string
tag
laminas-cache-storage-adapter-filesystem/src/FilesystemOptions.php
Lines 29 to 102 in d78283f
@boesing
The DocBlocks might need to be extended, but would this be a viable solution? Would all options then be included?
The text was updated successfully, but these errors were encountered: