api/laravel/Session/NullSessionHandler.yaml
2024-09-26 02:03:21 -07:00

67 lines
1 KiB
YAML

name: NullSessionHandler
class_comment: null
dependencies:
- name: SessionHandlerInterface
type: class
source: SessionHandlerInterface
properties: []
methods:
- name: open
visibility: public
parameters:
- name: savePath
- name: sessionName
comment: '# * {@inheritdoc}
# *
# * @return bool'
- name: close
visibility: public
parameters: []
comment: '# * {@inheritdoc}
# *
# * @return bool'
- name: read
visibility: public
parameters:
- name: sessionId
comment: '# * {@inheritdoc}
# *
# * @return string'
- name: write
visibility: public
parameters:
- name: sessionId
- name: data
comment: '# * {@inheritdoc}
# *
# * @return bool'
- name: destroy
visibility: public
parameters:
- name: sessionId
comment: '# * {@inheritdoc}
# *
# * @return bool'
- name: gc
visibility: public
parameters:
- name: lifetime
comment: '# * {@inheritdoc}
# *
# * @return int'
traits:
- SessionHandlerInterface
interfaces:
- SessionHandlerInterface