api/symfony/Bundle/SecurityBundle/RememberMe/DecoratedRememberMeHandler.yaml

40 lines
1 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: DecoratedRememberMeHandler
class_comment: null
dependencies:
- name: UserInterface
type: class
source: Symfony\Component\Security\Core\User\UserInterface
- name: RememberMeDetails
type: class
source: Symfony\Component\Security\Http\RememberMe\RememberMeDetails
- name: RememberMeHandlerInterface
type: class
source: Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: handler
comment: null
- name: createRememberMeCookie
visibility: public
parameters:
- name: user
comment: null
- name: consumeRememberMeCookie
visibility: public
parameters:
- name: rememberMeDetails
comment: null
- name: clearRememberMeCookie
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Security\Core\User\UserInterface
- Symfony\Component\Security\Http\RememberMe\RememberMeDetails
- Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface
interfaces:
- RememberMeHandlerInterface