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

42 lines
1.3 KiB
JSON

{
"references": [],
"definitions": {
"MyClass": {
"fqn": "MyClass",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "MyClass",
"kind": 5,
"location": {
"uri": "./propertyName1.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "class MyClass",
"documentation": null
},
"MyClass->mainPropertyName": {
"fqn": "MyClass->mainPropertyName",
"extends": [],
"isGlobal": false,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "mainPropertyName",
"kind": 7,
"location": {
"uri": "./propertyName1.php"
},
"containerName": "MyClass"
},
"type__class": "phpDocumentor\\Reflection\\Types\\String_",
"type": {},
"declarationLine": "protected $mainPropertyName;",
"documentation": "The name of the main property, or NULL if there is none."
}
}
}