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

54 lines
1.4 KiB
JSON
Raw Normal View History

{
"references": {
"A": [
"./nameToken.php"
]
},
"definitions": {
"A": {
"fqn": "A",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "A",
"kind": 5,
"location": {
"uri": "./nameToken.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class A {",
2017-12-10 05:10:43 +00:00
"documentation": null,
"signatureInformation": null
},
"A->b()": {
"fqn": "A->b()",
"extends": [],
"isMember": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "b",
"kind": 6,
"location": {
"uri": "./nameToken.php"
},
"containerName": "A"
},
"type__tostring": "mixed",
"type": {},
"declarationLine": "function b() {",
2017-12-10 05:10:43 +00:00
"documentation": null,
"signatureInformation": {
"label": "()",
"documentation": null,
"parameters": []
}
}
}
}