109 lines
3.1 KiB
JSON
109 lines
3.1 KiB
JSON
{
|
|
"references": {
|
|
"MyNamespace\\B": [
|
|
"./self1.php"
|
|
],
|
|
"MyNamespace\\A::b()": [
|
|
"./self1.php"
|
|
],
|
|
"self": [
|
|
"./self1.php"
|
|
]
|
|
},
|
|
"definitions": {
|
|
"MyNamespace": {
|
|
"fqn": "MyNamespace",
|
|
"extends": [],
|
|
"isGlobal": true,
|
|
"isStatic": false,
|
|
"canBeInstantiated": false,
|
|
"symbolInformation": {
|
|
"name": "MyNamespace",
|
|
"kind": 3,
|
|
"location": {
|
|
"uri": "./self1.php"
|
|
},
|
|
"containerName": ""
|
|
},
|
|
"type": null,
|
|
"declarationLine": "namespace MyNamespace;",
|
|
"documentation": null
|
|
},
|
|
"MyNamespace\\B": {
|
|
"fqn": "MyNamespace\\B",
|
|
"extends": [],
|
|
"isGlobal": true,
|
|
"isStatic": false,
|
|
"canBeInstantiated": true,
|
|
"symbolInformation": {
|
|
"name": "B",
|
|
"kind": 5,
|
|
"location": {
|
|
"uri": "./self1.php"
|
|
},
|
|
"containerName": "MyNamespace"
|
|
},
|
|
"type": null,
|
|
"declarationLine": "class B {",
|
|
"documentation": null
|
|
},
|
|
"MyNamespace\\B->b()": {
|
|
"fqn": "MyNamespace\\B->b()",
|
|
"extends": [],
|
|
"isGlobal": false,
|
|
"isStatic": false,
|
|
"canBeInstantiated": false,
|
|
"symbolInformation": {
|
|
"name": "b",
|
|
"kind": 6,
|
|
"location": {
|
|
"uri": "./self1.php"
|
|
},
|
|
"containerName": "MyNamespace\\B"
|
|
},
|
|
"type__tostring": "mixed",
|
|
"type": {},
|
|
"declarationLine": "function b() {",
|
|
"documentation": null
|
|
},
|
|
"MyNamespace\\A": {
|
|
"fqn": "MyNamespace\\A",
|
|
"extends": [
|
|
"MyNamespace\\B"
|
|
],
|
|
"isGlobal": true,
|
|
"isStatic": false,
|
|
"canBeInstantiated": true,
|
|
"symbolInformation": {
|
|
"name": "A",
|
|
"kind": 5,
|
|
"location": {
|
|
"uri": "./self1.php"
|
|
},
|
|
"containerName": "MyNamespace"
|
|
},
|
|
"type": null,
|
|
"declarationLine": "class A extends B {",
|
|
"documentation": null
|
|
},
|
|
"MyNamespace\\A->a()": {
|
|
"fqn": "MyNamespace\\A->a()",
|
|
"extends": [],
|
|
"isGlobal": false,
|
|
"isStatic": false,
|
|
"canBeInstantiated": false,
|
|
"symbolInformation": {
|
|
"name": "a",
|
|
"kind": 6,
|
|
"location": {
|
|
"uri": "./self1.php"
|
|
},
|
|
"containerName": "MyNamespace\\A"
|
|
},
|
|
"type__tostring": "mixed",
|
|
"type": {},
|
|
"declarationLine": "function a () {",
|
|
"documentation": null
|
|
}
|
|
}
|
|
} |