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

71 lines
2.0 KiB
JSON

{
"references": {
"CURLAUTH_BASIC": [
"./verifyFqsenOnClassProperty.php"
],
"Foo->bar": [
"./verifyFqsenOnClassProperty.php"
]
},
"definitions": {
"Foo": {
"fqn": "Foo",
"extends": [],
"isMember": false,
"roamed": false,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "Foo",
"kind": 5,
"location": {
"uri": "./verifyFqsenOnClassProperty.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class Foo {",
"documentation": null
},
"Foo->bar": {
"fqn": "Foo->bar",
"extends": [],
"isMember": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "bar",
"kind": 7,
"location": {
"uri": "./verifyFqsenOnClassProperty.php"
},
"containerName": "Foo"
},
"type__tostring": "\\",
"type": {},
"declarationLine": "protected $bar;",
"documentation": null
},
"Foo->foo()": {
"fqn": "Foo->foo()",
"extends": [],
"isMember": true,
"roamed": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "foo",
"kind": 6,
"location": {
"uri": "./verifyFqsenOnClassProperty.php"
},
"containerName": "Foo"
},
"type__tostring": "mixed",
"type": {},
"declarationLine": "public function foo () {",
"documentation": null
}
}
}