platform/api/symfony/Component/Workflow/Attribute/BuildEventNameTrait.yaml
2024-09-02 10:44:11 -07:00

21 lines
446 B
YAML

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: []