40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
name: WorkflowEvents
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: AnnounceEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\AnnounceEvent
|
||
|
- name: CompletedEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\CompletedEvent
|
||
|
- name: EnteredEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\EnteredEvent
|
||
|
- name: EnterEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\EnterEvent
|
||
|
- name: GuardEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\GuardEvent
|
||
|
- name: LeaveEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\LeaveEvent
|
||
|
- name: TransitionEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\Event\TransitionEvent
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Workflow\Event\AnnounceEvent
|
||
|
- Symfony\Component\Workflow\Event\CompletedEvent
|
||
|
- Symfony\Component\Workflow\Event\EnteredEvent
|
||
|
- Symfony\Component\Workflow\Event\EnterEvent
|
||
|
- Symfony\Component\Workflow\Event\GuardEvent
|
||
|
- Symfony\Component\Workflow\Event\LeaveEvent
|
||
|
- Symfony\Component\Workflow\Event\TransitionEvent
|
||
|
interfaces: []
|