31 lines
839 B
YAML
31 lines
839 B
YAML
|
name: NotEnabledTransitionException
|
||
|
class_comment: "# * Thrown by Workflow when a not enabled transition is applied on\
|
||
|
\ a subject.\n# *\n# * @author Gr\xE9goire Pineau <lyrixx@lyrixx.info>"
|
||
|
dependencies:
|
||
|
- name: TransitionBlockerList
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\TransitionBlockerList
|
||
|
- name: WorkflowInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\WorkflowInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: subject
|
||
|
- name: transitionName
|
||
|
- name: workflow
|
||
|
- name: transitionBlockerList
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getTransitionBlockerList
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Workflow\TransitionBlockerList
|
||
|
- Symfony\Component\Workflow\WorkflowInterface
|
||
|
interfaces: []
|