1
0
Fork 0
php-language-server/tests/Validation/cases/magicConsts.php.expected.json

42 lines
1.2 KiB
JSON
Raw Normal View History

{
"references": [],
"definitions": {
"A": {
"fqn": "A",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "A",
"kind": 5,
"location": {
"uri": "./magicConsts.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class A {",
"documentation": null
},
"A::$deprecationsTriggered": {
"fqn": "A::$deprecationsTriggered",
"extends": [],
"isGlobal": false,
"isStatic": true,
"canBeInstantiated": false,
"symbolInformation": {
"name": "deprecationsTriggered",
"kind": 7,
"location": {
"uri": "./magicConsts.php"
},
"containerName": "A"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Array_",
"type": {},
"declarationLine": "private static $deprecationsTriggered;",
"documentation": null
}
}
}