platform/api/symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.yaml
2024-09-02 10:44:11 -07:00

29 lines
436 B
YAML

name: LateDataCollectorInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: lateCollect
visibility: public
parameters: []
comment: '# * LateDataCollectorInterface.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# interface LateDataCollectorInterface
# {
# /**
# * Collects data as late as possible.
# *
# * @return void'
traits: []
interfaces: []