platform/api/symfony/Component/Workflow/Tests/Subject.yaml

29 lines
480 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Subject
class_comment: null
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: marking
default: 'null'
comment: null
- name: getMarking
visibility: public
parameters: []
comment: null
- name: setMarking
visibility: public
parameters:
- name: marking
- name: context
default: '[]'
comment: null
- name: getContext
visibility: public
parameters: []
comment: null
traits: []
interfaces: []