39 lines
842 B
YAML
39 lines
842 B
YAML
|
name: TransitionException
|
||
|
class_comment: "# * @author Andrew Tch <andrew.tchircoff@gmail.com>\n# * @author Gr\xE9\
|
||
|
goire Pineau <lyrixx@lyrixx.info>"
|
||
|
dependencies:
|
||
|
- name: WorkflowInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\WorkflowInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: subject
|
||
|
- name: transitionName
|
||
|
- name: workflow
|
||
|
- name: message
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getSubject
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getTransitionName
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getWorkflow
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getContext
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Workflow\WorkflowInterface
|
||
|
interfaces: []
|