-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
39 lines (39 loc) · 1.6 KB
/
settings.json
File metadata and controls
39 lines (39 loc) · 1.6 KB
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
{
"add_head": 1,
"add_licensing_template": 2,
"extends": "",
"guid": "42ceff0b-226d-42ff-9ffa-3d5935890337",
"implements": [
"-1"
],
"load_selection": null,
"name": "Server",
"power_version": "1.0.0",
"system_name": "JCB.Service.Server",
"type": "class",
"use_selection": {
"use_selection0": {
"use": "66355f70-c26c-4765-ba48-498e3df740ef",
"as": "Client"
},
"use_selection1": {
"use": "a3414824-e99d-4878-b3d1-b5deef0cae17",
"as": "default"
},
"use_selection2": {
"use": "11be6be3-ee3e-4771-8663-5545b76b73ab",
"as": "default"
},
"use_selection3": {
"use": "490b6aa5-5de7-4be5-a61a-f634f6e004c0",
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\[[[ComponentNamespace]]].Service.Server",
"description": "Server Service Provider\r\n\r\n@since 3.2.0",
"implements_custom": "ServiceProviderInterface",
"licensing_template": "\/**\r\n * @package Joomla.Component.Builder\r\n *\r\n * @created 4th September, 2022\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git Joomla Component Builder <https:\/\/git.vdm.dev\/joomla\/Component-Builder>\r\n * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n *\/\r\n",
"head": "use Joomla\\DI\\Container;\r\nuse Joomla\\DI\\ServiceProviderInterface;",
"composer": ""
}