31 lines
686 B
YAML
31 lines
686 B
YAML
name: PhpBridgeSessionStorage
|
|
class_comment: '# * Allows session to be started by PHP and managed by Symfony.
|
|
|
|
# *
|
|
|
|
# * @author Drak <drak@zikula.org>'
|
|
dependencies:
|
|
- name: AbstractProxy
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: handler
|
|
default: 'null'
|
|
- name: metaBag
|
|
default: 'null'
|
|
comment: null
|
|
- name: start
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: clear
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy
|
|
interfaces: []
|