-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ide-toolbox.metadata.json
55 lines (55 loc) · 1.46 KB
/
.ide-toolbox.metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"providers": [
{
"name": "wxreader",
"items": [
{
"lookup_string": "lock.factory",
"icon": "com.jetbrains.php.PhpIcons.INTERFACE",
"type": "app\\common\\service\\lock\\LockFactoryInterface",
"type_text": "app\\common\\service\\lock\\LockFactoryInterface"
},
{
"lookup_string": "authorize.acl_res_registry",
"icon": "com.jetbrains.php.PhpIcons.CLASS",
"type": "app\\common\\service\\security\\ResourceRegistry",
"type_text": "app\\common\\service\\security\\ResourceRegistry"
},
{
"lookup_string": "authorize",
"icon": "com.jetbrains.php.PhpIcons.CLASS",
"type": "app\\common\\service\\security\\AclManager",
"type_text": "app\\common\\service\\security\\AclManager"
}
]
}
],
"registrar": [
{
"provider": "wxreader",
"language": "php",
"signatures": [
{
"function": "app",
"index": 0,
"type": "default"
},
{
"class": "app\\common\\service\\ServiceContainer",
"method": "offsetGet",
"type": "type"
},
{
"class": "app\\common\\service\\ServiceContainer",
"method": "offsetGet",
"type": "default"
},
{
"class": "Pimple\\Psr11\\Container",
"method": "get",
"type": "default"
}
]
}
]
}