platform/api/symfony/Component/Form/Tests/Fixtures/User.yaml

22 lines
503 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: User
class_comment: null
dependencies:
- name: PasswordAuthenticatedUserInterface
type: class
source: Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface
properties: []
methods:
- name: getPassword
visibility: public
parameters: []
comment: null
- name: setPassword
visibility: public
parameters:
- name: password
comment: null
traits:
- Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface
interfaces:
- PasswordAuthenticatedUserInterface