platform/api/symfony/Component/Form/Tests/Fixtures/User.yaml
2024-09-02 10:44:11 -07:00

21 lines
503 B
YAML

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