platform/api/symfony/Component/Workflow/Metadata/GetMetadataTrait.yaml

19 lines
348 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: GetMetadataTrait
class_comment: null
dependencies:
- name: Transition
type: class
source: Symfony\Component\Workflow\Transition
properties: []
methods:
- name: getMetadata
visibility: public
parameters:
- name: key
- name: subject
default: 'null'
comment: null
traits:
- Symfony\Component\Workflow\Transition
interfaces: []