1
0
Fork 0
php-language-server/validation/frameworks/_cases/memberCall1.php.expected.json

64 lines
1.8 KiB
JSON
Raw Normal View History

{
"references": {
"MyNamespace\\AccountInterface": [
2017-06-07 21:00:12 +00:00
"./memberCall1.php"
],
"MyNamespace\\A": [
2017-06-07 21:00:12 +00:00
"./memberCall1.php"
],
"MyNamespace\\AccountInterface->getAccount()": [
2017-06-07 21:00:12 +00:00
"./memberCall1.php"
]
},
"definitions": {
"MyNamespace": {
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "MyNamespace",
"kind": 3,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./memberCall1.php"
},
"containerName": ""
},
"type": null,
"documentation": null
},
"MyNamespace\\ParseErrorsTest": {
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "ParseErrorsTest",
"kind": 5,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./memberCall1.php"
},
"containerName": "MyNamespace"
},
"type": null,
"documentation": null
},
"MyNamespace\\ParseErrorsTest->setAccount()": {
"extends": [],
"isGlobal": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "setAccount",
"kind": 6,
"location": {
2017-06-07 21:00:12 +00:00
"uri": "./memberCall1.php"
},
"containerName": "MyNamespace\\ParseErrorsTest"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Mixed",
"type": {},
"documentation": null
}
}
}