1
0
Fork 0
php-language-server/tests/Validation/cases/classDefinition1.php.expect...

61 lines
1.7 KiB
JSON
Raw Normal View History

{
"references": {
"TestNamespace\\A": [
2017-06-07 21:00:12 +00:00
"./classDefinition1.php"
],
"TestNamespace\\A->a": [
2017-06-07 21:00:12 +00:00
"./classDefinition1.php"
]
},
"definitions": {
"TestNamespace": {
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "TestNamespace",
"kind": 3,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./classDefinition1.php"
},
"containerName": ""
},
"type": null,
"documentation": null
},
"TestNamespace\\A": {
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "A",
"kind": 5,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./classDefinition1.php"
},
"containerName": "TestNamespace"
},
"type": null,
"documentation": null
},
"TestNamespace\\A->a": {
"extends": [],
"isGlobal": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "a",
"kind": 7,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./classDefinition1.php"
},
"containerName": "TestNamespace\\A"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Integer",
"type": {},
"documentation": null
}
}
}