api/symfony/Component/Workflow/SupportStrategy/InstanceOfSupportStrategy.yaml
2024-09-26 02:03:21 -07:00

27 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