platform/api/symfony/Component/Workflow/Attribute/BuildEventNameTrait.yaml

22 lines
446 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: BuildEventNameTrait
class_comment: null
dependencies:
- name: LogicException
type: class
source: Symfony\Component\Workflow\Exception\LogicException
properties: []
methods:
- name: buildEventName
visibility: private
parameters:
- name: keyword
- name: argument
- name: workflow
default: 'null'
- name: node
default: 'null'
comment: null
traits:
- Symfony\Component\Workflow\Exception\LogicException
interfaces: []