28 lines
558 B
YAML
28 lines
558 B
YAML
|
name: InstanceOfSupportStrategy
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: WorkflowInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Workflow\WorkflowInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: className
|
||
|
comment: null
|
||
|
- name: supports
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: workflow
|
||
|
- name: subject
|
||
|
comment: null
|
||
|
- name: getClassName
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Workflow\WorkflowInterface
|
||
|
interfaces:
|
||
|
- WorkflowSupportStrategyInterface
|