platform/api/symfony/Component/Scheduler/Attribute/AsSchedule.yaml

31 lines
519 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: AsSchedule
class_comment: null
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: name
default: '''default'''
comment: '# * Service tag to autoconfigure schedules.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# #[\Attribute(\Attribute::TARGET_CLASS)]
# class AsSchedule
# {
# /**
# * @param string $name The name of the schedule that will be used when creating
tasks'
traits: []
interfaces: []