platform/api/laravel/Cache/Events/WritingKey.yaml

38 lines
979 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: WritingKey
class_comment: null
dependencies: []
properties:
- name: value
visibility: public
comment: '# * The value that will be written.
# *
# * @var mixed'
- name: seconds
visibility: public
comment: '# * The number of seconds the key should be valid.
# *
# * @var int|null'
methods:
- name: __construct
visibility: public
parameters:
- name: storeName
- name: key
- name: value
- name: seconds
default: 'null'
- name: tags
default: '[]'
comment: "# * The value that will be written.\n# *\n# * @var mixed\n# */\n# public\
\ $value;\n# \n# /**\n# * The number of seconds the key should be valid.\n# *\n\
# * @var int|null\n# */\n# public $seconds;\n# \n# /**\n# * Create a new event\
\ instance.\n# *\n# * @param string|null $storeName\n# * @param string $key\n\
# * @param mixed $value\n# * @param int|null $seconds\n# * @param array \
\ $tags\n# * @return void"
traits: []
interfaces: []