api/symfony/Component/Workflow/SupportStrategy/InstanceOfSupportStrategy.yaml

28 lines
558 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
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