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

18 lines
325 B
YAML

name: ExistenceAwareInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: setExists
visibility: public
parameters:
- name: value
comment: '# * Set the existence state for the session.
# *
# * @param bool $value
# * @return \SessionHandlerInterface'
traits: []
interfaces: []