api/symfony/Component/HttpFoundation/Session/SessionBagInterface.yaml

43 lines
730 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: SessionBagInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: getName
visibility: public
parameters: []
comment: '# * Session Bag store.
# *
# * @author Drak <drak@zikula.org>
# */
# interface SessionBagInterface
# {
# /**
# * Gets this bag''s name.'
- name: initialize
visibility: public
parameters:
- name: '&$array'
comment: '# * Initializes the Bag.'
- name: getStorageKey
visibility: public
parameters: []
comment: '# * Gets the storage key for this bag.'
- name: clear
visibility: public
parameters: []
comment: '# * Clears out data from bag.
# *
# * @return mixed Whatever data was contained'
traits: []
interfaces: []