api/symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/TestClass.yaml
2024-09-26 02:03:21 -07:00

19 lines
389 B
YAML

name: TestClass
class_comment: null
dependencies:
- name: LazyGhostTrait
type: class
source: Symfony\Component\VarExporter\LazyGhostTrait
- name: LazyGhostTrait
type: class
source: LazyGhostTrait
properties: []
methods:
- name: __construct
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\VarExporter\LazyGhostTrait
- LazyGhostTrait
interfaces: []