platform/api/symfony/Component/HttpFoundation/Session/SessionBagInterface.yaml
2024-09-02 10:44:11 -07:00

42 lines
730 B
YAML

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: []