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

79 lines
2.2 KiB
JSON

{
"references": {
"self": [
"./self4.php"
],
"MyNamespace\\A->addTestFile()": [
"./self4.php"
],
"MyNamespace\\__DIR__": [
"./self4.php"
],
"__DIR__": [
"./self4.php"
],
"MyNamespace\\DS": [
"./self4.php"
],
"DS": [
"./self4.php"
]
},
"definitions": {
"MyNamespace": {
"fqn": "MyNamespace",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": false,
"symbolInformation": {
"name": "MyNamespace",
"kind": 3,
"location": {
"uri": "./self4.php"
},
"containerName": ""
},
"type": null,
"declarationLine": "namespace MyNamespace;",
"documentation": null
},
"MyNamespace\\A": {
"fqn": "MyNamespace\\A",
"extends": [],
"isGlobal": true,
"isStatic": false,
"canBeInstantiated": true,
"symbolInformation": {
"name": "A",
"kind": 5,
"location": {
"uri": "./self4.php"
},
"containerName": "MyNamespace"
},
"type": null,
"declarationLine": "class A",
"documentation": null
},
"MyNamespace\\A::suite()": {
"fqn": "MyNamespace\\A::suite()",
"extends": [],
"isGlobal": false,
"isStatic": true,
"canBeInstantiated": false,
"symbolInformation": {
"name": "suite",
"kind": 6,
"location": {
"uri": "./self4.php"
},
"containerName": "MyNamespace\\A"
},
"type__class": "phpDocumentor\\Reflection\\Types\\Mixed",
"type": {},
"declarationLine": "public static function suite()",
"documentation": null
}
}
}