Update 2024-07-11 23:19:33
This commit is contained in:
parent
7fe3abf6e7
commit
1a38d9d406
@ -31,6 +31,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher.Chapter",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher.Chapter",
|
||||||
"description": "The GetBible Chapter Watcher\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Chapter Watcher\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Model (Details)
|
# class Model (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Model #Gold {
|
class Model #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "116eb429-bc51-4d14-b9aa-7145c86a29d1",
|
"guid": "116eb429-bc51-4d14-b9aa-7145c86a29d1",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -21,6 +21,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Model",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Model",
|
||||||
"description": "The GetBible Model Service\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Model Service\r\n\r\n@since 2.0.1",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# abstract class Factory (Details)
|
# abstract class Factory (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
abstract Factory #Orange {
|
abstract Factory #Orange {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "11892cfa-374e-4e3f-b0bc-531871c822d9",
|
"guid": "11892cfa-374e-4e3f-b0bc-531871c822d9",
|
||||||
"implements": [
|
"implements": [
|
||||||
"caf33c5d-858c-4f9a-894f-ab302ec5445a"
|
"caf33c5d-858c-4f9a-894f-ab302ec5445a"
|
||||||
@ -37,6 +37,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Factory",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Factory",
|
||||||
"description": "GetBible Factory\r\n\r\n@since 2.0.1",
|
"description": "GetBible Factory\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Scripture (Details)
|
# final class Scripture (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Scripture << (F,LightGreen) >> #RoyalBlue {
|
class Scripture << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "17d87374-2953-4d6c-9fdd-4220d6ad1564",
|
"guid": "17d87374-2953-4d6c-9fdd-4220d6ad1564",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -31,6 +31,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Scripture",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Scripture",
|
||||||
"description": "The GetBible Scripture\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Scripture\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Tagged (Details)
|
# final class Tagged (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Tagged << (F,LightGreen) >> #RoyalBlue {
|
class Tagged << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "2315a1c5-bcf6-401a-8d11-60f4d6d12dbb",
|
"guid": "2315a1c5-bcf6-401a-8d11-60f4d6d12dbb",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -35,6 +35,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Tagged",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Tagged",
|
||||||
"description": "The GetBible Tagged\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Tagged\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Data (Details)
|
# class Data (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Data #Gold {
|
class Data #Gold {
|
||||||
|
@ -15,7 +15,7 @@ namespace TrueChristianChurch\Joomla\GetBible\Service;
|
|||||||
use Joomla\DI\Container;
|
use Joomla\DI\Container;
|
||||||
use Joomla\DI\ServiceProviderInterface;
|
use Joomla\DI\ServiceProviderInterface;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Openai\Config;
|
use TrueChristianChurch\Joomla\GetBible\Openai\Config;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Table;
|
use TrueChristianChurch\Joomla\Getbible\Table;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Utilities\StringHelper;
|
use TrueChristianChurch\Joomla\GetBible\Utilities\StringHelper;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Data\Scripture;
|
use TrueChristianChurch\Joomla\GetBible\Data\Scripture;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Data\Translation;
|
use TrueChristianChurch\Joomla\GetBible\Data\Translation;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "3439e63b-d8f1-42ce-a765-60d56b1fbe21",
|
"guid": "3439e63b-d8f1-42ce-a765-60d56b1fbe21",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection1": {
|
"use_selection1": {
|
||||||
"use": "ff8d5fdb-2d1f-4178-bd18-a43b8efd1068",
|
"use": "bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8",
|
||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection2": {
|
"use_selection2": {
|
||||||
@ -61,6 +61,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Data",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Data",
|
||||||
"description": "The GetBible Data Service\r\n\r\n@since 3.2.0",
|
"description": "The GetBible Data Service\r\n\r\n@since 3.2.0",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Linker (Details)
|
# final class Linker (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Linker << (F,LightGreen) >> #RoyalBlue {
|
class Linker << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "36ab759f-7b42-4465-9c17-56ba1dd05f90",
|
"guid": "36ab759f-7b42-4465-9c17-56ba1dd05f90",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -31,6 +31,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Linker",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Linker",
|
||||||
"description": "The GetBible Linker\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Linker\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# abstract class Watcher (Details)
|
# abstract class Watcher (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Abstraction**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Abstraction**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
abstract Watcher #Orange {
|
abstract Watcher #Orange {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "37e36c41-16a7-4c5d-972c-99acad5fd0b1",
|
"guid": "37e36c41-16a7-4c5d-972c-99acad5fd0b1",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Abstraction.Watcher",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Abstraction.Watcher",
|
||||||
"description": "The GetBible Watcher\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Watcher\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Openai.Config",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Openai.Config",
|
||||||
"description": "GetBible Openai Configurations\r\n\r\n@since 2.0.1",
|
"description": "GetBible Openai Configurations\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Prompt (Details)
|
# final class Prompt (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Prompt << (F,LightGreen) >> #RoyalBlue {
|
class Prompt << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "3f785d63-a592-463d-9f5f-b2b5a8edd561",
|
"guid": "3f785d63-a592-463d-9f5f-b2b5a8edd561",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Prompt",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Prompt",
|
||||||
"description": "The GetBible Prompt Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Prompt Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Response (Details)
|
# final class Response (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Response << (F,LightGreen) >> #RoyalBlue {
|
class Response << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "44c15b17-e096-47c0-8769-42ea9b692cb2",
|
"guid": "44c15b17-e096-47c0-8769-42ea9b692cb2",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -27,6 +27,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Response",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Response",
|
||||||
"description": "The GetBible Response Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Response Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Api.Books",
|
"system_name": "Joomla.GetBible.Api.Books",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Books",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Books",
|
||||||
"description": "The GetBible Books\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Books\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Chapter (Details)
|
# final class Chapter (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Chapter << (F,LightGreen) >> #RoyalBlue {
|
class Chapter << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "4a4c786d-51f4-421a-aa61-262dfd071880",
|
"guid": "4a4c786d-51f4-421a-aa61-262dfd071880",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Chapter",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Chapter",
|
||||||
"description": "The GetBible Chapter Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Chapter Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Paragraphs (Details)
|
# final class Paragraphs (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Tagged**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Tagged**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Paragraphs << (F,LightGreen) >> #RoyalBlue {
|
class Paragraphs << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "4cfff1bc-02b3-4c52-9e6e-7ceefb505a32",
|
"guid": "4cfff1bc-02b3-4c52-9e6e-7ceefb505a32",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Tagged.Paragraphs",
|
"system_name": "Joomla.GetBible.Tagged.Paragraphs",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Tagged.Paragraphs",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Tagged.Paragraphs",
|
||||||
"description": "The GetBible Tagged Paragraphs\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Tagged Paragraphs\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Database (Details)
|
# class Database (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Database #Gold {
|
class Database #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "51bb0397-fa7c-4f7a-a4c5-1f95fdacad38",
|
"guid": "51bb0397-fa7c-4f7a-a4c5-1f95fdacad38",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -37,6 +37,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Database",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Database",
|
||||||
"description": "The GetBible Database Service\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Database Service\r\n\r\n@since 2.0.1",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class App (Details)
|
# class App (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class App #Gold {
|
class App #Gold {
|
||||||
|
@ -15,7 +15,7 @@ namespace TrueChristianChurch\Joomla\GetBible\Service;
|
|||||||
use Joomla\DI\Container;
|
use Joomla\DI\Container;
|
||||||
use Joomla\DI\ServiceProviderInterface;
|
use Joomla\DI\ServiceProviderInterface;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Config;
|
use TrueChristianChurch\Joomla\GetBible\Config;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Table;
|
use TrueChristianChurch\Joomla\Getbible\Table;
|
||||||
use TrueChristianChurch\Joomla\GetBible\DailyScripture;
|
use TrueChristianChurch\Joomla\GetBible\DailyScripture;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Search;
|
use TrueChristianChurch\Joomla\GetBible\Search;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Loader;
|
use TrueChristianChurch\Joomla\GetBible\Loader;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "56465044-94ed-4e00-b6db-160c67163df8",
|
"guid": "56465044-94ed-4e00-b6db-160c67163df8",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection1": {
|
"use_selection1": {
|
||||||
"use": "ff8d5fdb-2d1f-4178-bd18-a43b8efd1068",
|
"use": "bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8",
|
||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection2": {
|
"use_selection2": {
|
||||||
@ -53,6 +53,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.App",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.App",
|
||||||
"description": "The GetBible App Service\r\n\r\n@since 2.0.1",
|
"description": "The GetBible App Service\r\n\r\n@since 2.0.1",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
namespace TrueChristianChurch\Joomla\GetBible\Table;
|
namespace TrueChristianChurch\Joomla\GetBible\Table;
|
||||||
|
|
||||||
|
|
||||||
use TrueChristianChurch\Joomla\GetBible\Table;
|
use TrueChristianChurch\Joomla\Getbible\Table;
|
||||||
use TrueChristianChurch\Joomla\Interfaces\SchemaInterface;
|
use TrueChristianChurch\Joomla\Interfaces\SchemaInterface;
|
||||||
use TrueChristianChurch\Joomla\Abstraction\Schema as ExtendingSchema;
|
use TrueChristianChurch\Joomla\Abstraction\Schema as ExtendingSchema;
|
||||||
|
|
||||||
|
@ -13,10 +13,11 @@
|
|||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": {
|
"use_selection": {
|
||||||
"use_selection0": {
|
"use_selection0": {
|
||||||
"use": "ff8d5fdb-2d1f-4178-bd18-a43b8efd1068",
|
"use": "bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8",
|
||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Table.Schema",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Table.Schema",
|
||||||
"description": "GetBible Tables Schema\r\n\r\n@since 3.0.8",
|
"description": "GetBible Tables Schema\r\n\r\n@since 3.0.8",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Tag (Details)
|
# final class Tag (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Tag << (F,LightGreen) >> #RoyalBlue {
|
class Tag << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "67f91b8b-7b48-4dbb-bbd5-7945c174622a",
|
"guid": "67f91b8b-7b48-4dbb-bbd5-7945c174622a",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -31,6 +31,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Tag",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Tag",
|
||||||
"description": "The GetBible Tag\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Tag\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Config",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Config",
|
||||||
"description": "GetBible Configurations\r\n\r\n@since 2.0.1",
|
"description": "GetBible Configurations\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# abstract class Api (Details)
|
# abstract class Api (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Abstraction**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Abstraction**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
abstract Api #Orange {
|
abstract Api #Orange {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "7b490e63-8d1f-46de-a0c4-154272fd5d7f",
|
"guid": "7b490e63-8d1f-46de-a0c4-154272fd5d7f",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Abstraction.Api",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Abstraction.Api",
|
||||||
"description": "The GetBible Api\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Api\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher.Translation",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher.Translation",
|
||||||
"description": "The GetBible Translation Watcher\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Translation Watcher\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Search (Details)
|
# final class Search (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Search << (F,LightGreen) >> #RoyalBlue {
|
class Search << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "8336e3c4-f11b-41bc-a2b1-976f99442a84",
|
"guid": "8336e3c4-f11b-41bc-a2b1-976f99442a84",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Search",
|
"system_name": "Joomla.GetBible.Search",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Search",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Search",
|
||||||
"description": "The GetBible Search\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Search\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class SessionHelper (Details)
|
# final class SessionHelper (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class SessionHelper << (F,LightGreen) >> #RoyalBlue {
|
class SessionHelper << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "84e84cd1-c938-4559-8414-d5692db4118e",
|
"guid": "84e84cd1-c938-4559-8414-d5692db4118e",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -15,6 +15,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.SessionHelper",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.SessionHelper",
|
||||||
"description": "The GetBible Session Helper\r\n - Just for easy set and get\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Session Helper\r\n - Just for easy set and get\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Word (Details)
|
# final class Word (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Word << (F,LightGreen) >> #RoyalBlue {
|
class Word << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "899551ac-943e-4f81-becd-7e15c41f1081",
|
"guid": "899551ac-943e-4f81-becd-7e15c41f1081",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Word",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Word",
|
||||||
"description": "The GetBible Word Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Word Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class DailyScripture (Details)
|
# final class DailyScripture (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class DailyScripture << (F,LightGreen) >> #RoyalBlue {
|
class DailyScripture << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "90f2ee7a-c041-4316-ad54-af4f97fa3003",
|
"guid": "90f2ee7a-c041-4316-ad54-af4f97fa3003",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\DailyScripture",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\DailyScripture",
|
||||||
"description": "The GetBible Daily Scripture\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Daily Scripture\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -13,7 +13,7 @@ namespace TrueChristianChurch\Joomla\GetBible\Model;
|
|||||||
|
|
||||||
|
|
||||||
use TrueChristianChurch\Joomla\Abstraction\BaseConfig as Config;
|
use TrueChristianChurch\Joomla\Abstraction\BaseConfig as Config;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Table;
|
use TrueChristianChurch\Joomla\Getbible\Table;
|
||||||
use TrueChristianChurch\Joomla\Utilities\ObjectHelper;
|
use TrueChristianChurch\Joomla\Utilities\ObjectHelper;
|
||||||
use TrueChristianChurch\Joomla\Interfaces\ModelInterface;
|
use TrueChristianChurch\Joomla\Interfaces\ModelInterface;
|
||||||
use TrueChristianChurch\Joomla\Abstraction\Model;
|
use TrueChristianChurch\Joomla\Abstraction\Model;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"as": "Config"
|
"as": "Config"
|
||||||
},
|
},
|
||||||
"use_selection1": {
|
"use_selection1": {
|
||||||
"use": "ff8d5fdb-2d1f-4178-bd18-a43b8efd1068",
|
"use": "bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8",
|
||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection2": {
|
"use_selection2": {
|
||||||
@ -25,6 +25,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Model.Upsert",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Model.Upsert",
|
||||||
"description": "The GetBible Model for both Update and Insert\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Model for both Update and Insert\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Insert (Details)
|
# final class Insert (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Database**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Database**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Insert << (F,LightGreen) >> #RoyalBlue {
|
class Insert << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "a07d90f6-6ff2-40a1-99c1-0f2cf33c9adf",
|
"guid": "a07d90f6-6ff2-40a1-99c1-0f2cf33c9adf",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "Database"
|
"as": "Database"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Database.Insert",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Database.Insert",
|
||||||
"description": "GetBible Database Insert\r\n\r\n@since 2.0.1",
|
"description": "GetBible Database Insert\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class StringHelper (Details)
|
# final class StringHelper (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class StringHelper << (F,LightGreen) >> #RoyalBlue {
|
class StringHelper << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "a5b32737-207d-4cf6-b8ae-ee815612c3a0",
|
"guid": "a5b32737-207d-4cf6-b8ae-ee815612c3a0",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Utilities.StringHelper",
|
"system_name": "Joomla.GetBible.Utilities.StringHelper",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.StringHelper",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.StringHelper",
|
||||||
"description": "The GetBible String Helper\r\n\r\n@since 2.0.1",
|
"description": "The GetBible String Helper\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Api.Chapters",
|
"system_name": "Joomla.GetBible.Api.Chapters",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Chapters",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Chapters",
|
||||||
"description": "The GetBible Book Chapters\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Book Chapters\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Openai (Details)
|
# class Openai (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Openai #Gold {
|
class Openai #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "ac5c7679-dd6e-4817-8e48-489e521122f1",
|
"guid": "ac5c7679-dd6e-4817-8e48-489e521122f1",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -29,6 +29,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Openai",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Openai",
|
||||||
"description": "The Openai Api Service\r\n\r\n@since 3.2.0",
|
"description": "The Openai Api Service\r\n\r\n@since 3.2.0",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Api.Verses",
|
"system_name": "Joomla.GetBible.Api.Verses",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Verses",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Verses",
|
||||||
"description": "The GetBible Book Chapter Verses\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Book Chapter Verses\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -13,7 +13,7 @@ namespace TrueChristianChurch\Joomla\GetBible\Model;
|
|||||||
|
|
||||||
|
|
||||||
use TrueChristianChurch\Joomla\Abstraction\BaseConfig as Config;
|
use TrueChristianChurch\Joomla\Abstraction\BaseConfig as Config;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Table;
|
use TrueChristianChurch\Joomla\Getbible\Table;
|
||||||
use TrueChristianChurch\Joomla\Utilities\StringHelper;
|
use TrueChristianChurch\Joomla\Utilities\StringHelper;
|
||||||
use TrueChristianChurch\Joomla\Utilities\ArrayHelper;
|
use TrueChristianChurch\Joomla\Utilities\ArrayHelper;
|
||||||
use TrueChristianChurch\Joomla\Utilities\ObjectHelper;
|
use TrueChristianChurch\Joomla\Utilities\ObjectHelper;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"as": "Config"
|
"as": "Config"
|
||||||
},
|
},
|
||||||
"use_selection1": {
|
"use_selection1": {
|
||||||
"use": "ff8d5fdb-2d1f-4178-bd18-a43b8efd1068",
|
"use": "bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8",
|
||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection2": {
|
"use_selection2": {
|
||||||
@ -33,6 +33,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Model.Load",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Model.Load",
|
||||||
"description": "The GetBible Model to Load\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Model to Load\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class AI (Details)
|
# class AI (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class AI #Gold {
|
class AI #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "b2c9493f-692b-426b-af22-c6865f76c2bb",
|
"guid": "b2c9493f-692b-426b-af22-c6865f76c2bb",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -21,6 +21,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.AI",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.AI",
|
||||||
"description": "The GetBible AI Service\r\n\r\n@since 3.2.0",
|
"description": "The GetBible AI Service\r\n\r\n@since 3.2.0",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Api (Details)
|
# class Api (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Api #Gold {
|
class Api #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "b32eea04-6b9c-469d-94db-35d610686cf1",
|
"guid": "b32eea04-6b9c-469d-94db-35d610686cf1",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -29,6 +29,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Api",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Api",
|
||||||
"description": "The GetBible Api Service\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Api Service\r\n\r\n@since 2.0.1",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Utilities (Details)
|
# class Utilities (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Utilities #Gold {
|
class Utilities #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "b89d74ef-c71c-4a58-8455-5dbdfe94027a",
|
"guid": "b89d74ef-c71c-4a58-8455-5dbdfe94027a",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -33,6 +33,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Utilities",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Utilities",
|
||||||
"description": "The GetBible Utilities Service\r\n\r\n@since 3.2.0",
|
"description": "The GetBible Utilities Service\r\n\r\n@since 3.2.0",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Utilities.Http",
|
"system_name": "Joomla.GetBible.Utilities.Http",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.Http",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.Http",
|
||||||
"description": "The GetBible Http\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Http\r\n\r\n@since 2.0.1",
|
||||||
"extends_custom": "JoomlaHttp",
|
"extends_custom": "JoomlaHttp",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Placeholders (Details)
|
# final class Placeholders (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Placeholders << (F,LightGreen) >> #RoyalBlue {
|
class Placeholders << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "ba2151c0-8ffa-4a07-ba6e-93f135a3e9d5",
|
"guid": "ba2151c0-8ffa-4a07-ba6e-93f135a3e9d5",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Placeholders",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Placeholders",
|
||||||
"description": "The GetBible Prompt Placeholders\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Prompt Placeholders\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
"system_name": "Joomla.GetBible.Api.Translations",
|
"system_name": "Joomla.GetBible.Api.Translations",
|
||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": null,
|
"use_selection": null,
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Translations",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Api.Translations",
|
||||||
"description": "The GetBible Translations\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Translations\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Load (Details)
|
# final class Load (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Database**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Database**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Load << (F,LightGreen) >> #RoyalBlue {
|
class Load << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
namespace TrueChristianChurch\Joomla\GetBible\Database;
|
namespace TrueChristianChurch\Joomla\GetBible\Database;
|
||||||
|
|
||||||
|
|
||||||
use TrueChristianChurch\Joomla\GetBible\Table;
|
use TrueChristianChurch\Joomla\Getbible\Table;
|
||||||
use TrueChristianChurch\Joomla\GetBible\Model\Load as Model;
|
use TrueChristianChurch\Joomla\GetBible\Model\Load as Model;
|
||||||
use TrueChristianChurch\Joomla\Database\Load as Database;
|
use TrueChristianChurch\Joomla\Database\Load as Database;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "c03b9c61-17d3-4774-a335-783903719f83",
|
"guid": "c03b9c61-17d3-4774-a335-783903719f83",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -11,7 +11,7 @@
|
|||||||
"type": "final class",
|
"type": "final class",
|
||||||
"use_selection": {
|
"use_selection": {
|
||||||
"use_selection0": {
|
"use_selection0": {
|
||||||
"use": "ff8d5fdb-2d1f-4178-bd18-a43b8efd1068",
|
"use": "bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8",
|
||||||
"as": "default"
|
"as": "default"
|
||||||
},
|
},
|
||||||
"use_selection1": {
|
"use_selection1": {
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"as": "Database"
|
"as": "Database"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Database.Load",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Database.Load",
|
||||||
"description": "GetBible Database Load\r\n\r\n@since 2.0.1",
|
"description": "GetBible Database Load\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher.Book",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher.Book",
|
||||||
"description": "The GetBible Book Watcher\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Book Watcher\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Translation (Details)
|
# final class Translation (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Translation << (F,LightGreen) >> #RoyalBlue {
|
class Translation << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "c4098e1a-46dd-4d60-9277-b3668a09edc8",
|
"guid": "c4098e1a-46dd-4d60-9277-b3668a09edc8",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Translation",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Translation",
|
||||||
"description": "The GetBible Translation Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Translation Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# class Watcher (Details)
|
# class Watcher (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Watcher #Gold {
|
class Watcher #Gold {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "c5077cd8-b042-4295-99cf-3a5ba2af7dce",
|
"guid": "c5077cd8-b042-4295-99cf-3a5ba2af7dce",
|
||||||
"implements": [
|
"implements": [
|
||||||
"-1"
|
"-1"
|
||||||
@ -29,6 +29,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Watcher",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Service.Watcher",
|
||||||
"description": "The GetBible Watcher Service\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Watcher Service\r\n\r\n@since 2.0.1",
|
||||||
"implements_custom": "ServiceProviderInterface",
|
"implements_custom": "ServiceProviderInterface",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Response (Details)
|
# final class Response (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Response << (F,LightGreen) >> #RoyalBlue {
|
class Response << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
namespace TrueChristianChurch\Joomla\GetBible\Utilities;
|
namespace TrueChristianChurch\Joomla\GetBible\Utilities;
|
||||||
|
|
||||||
|
|
||||||
use Joomla\Http\Response as JoomlaResponse;
|
use Joomla\CMS\Http\Response as JoomlaResponse;
|
||||||
use TrueChristianChurch\Joomla\Utilities\JsonHelper;
|
use TrueChristianChurch\Joomla\Utilities\JsonHelper;
|
||||||
use TrueChristianChurch\Joomla\Utilities\StringHelper;
|
use TrueChristianChurch\Joomla\Utilities\StringHelper;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "c99e85a0-d120-4f25-bcbf-0940dd7b773b",
|
"guid": "c99e85a0-d120-4f25-bcbf-0940dd7b773b",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,9 +19,10 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.Response",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.Response",
|
||||||
"description": "The GetBible Response\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Response\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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\\Http\\Response as JoomlaResponse;",
|
"head": "use Joomla\\CMS\\Http\\Response as JoomlaResponse;",
|
||||||
"composer": ""
|
"composer": ""
|
||||||
}
|
}
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Update (Details)
|
# final class Update (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Database**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Database**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Update << (F,LightGreen) >> #RoyalBlue {
|
class Update << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "d7a5f0c6-de60-4d31-b3e4-5d668a8f7d2e",
|
"guid": "d7a5f0c6-de60-4d31-b3e4-5d668a8f7d2e",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "Database"
|
"as": "Database"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Database.Update",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Database.Update",
|
||||||
"description": "The GetBible Database Update\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Database Update\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Verse (Details)
|
# final class Verse (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Verse << (F,LightGreen) >> #RoyalBlue {
|
class Verse << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "e3798c7e-aae1-4e38-ba78-6018ce94630b",
|
"guid": "e3798c7e-aae1-4e38-ba78-6018ce94630b",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -27,6 +27,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Verse",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Verse",
|
||||||
"description": "The GetBible Verse Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Verse Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Note (Details)
|
# final class Note (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Note << (F,LightGreen) >> #RoyalBlue {
|
class Note << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "ebda6bd8-95b9-468b-a521-974205146018",
|
"guid": "ebda6bd8-95b9-468b-a521-974205146018",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -31,6 +31,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Note",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Note",
|
||||||
"description": "The GetBible Note\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Note\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Engineer (Details)
|
# final class Engineer (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\AI**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\AI**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Engineer << (F,LightGreen) >> #RoyalBlue {
|
class Engineer << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "ed16a9c4-e026-4d16-be60-81892ce7c6a9",
|
"guid": "ed16a9c4-e026-4d16-be60-81892ce7c6a9",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -31,6 +31,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\AI.Engineer",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\AI.Engineer",
|
||||||
"description": "The GetBible AI Engineer\r\n\r\n@since 2.0.1",
|
"description": "The GetBible AI Engineer\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class AI (Details)
|
# final class AI (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class AI << (F,LightGreen) >> #RoyalBlue {
|
class AI << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "f3757646-bc63-4f11-98c1-a2663180ab5e",
|
"guid": "f3757646-bc63-4f11-98c1-a2663180ab5e",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -23,6 +23,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\AI",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\AI",
|
||||||
"description": "The GetBible AI\r\n\r\n@since 2.0.1",
|
"description": "The GetBible AI\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# abstract class Openai (Details)
|
# abstract class Openai (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
abstract Openai #Orange {
|
abstract Openai #Orange {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "f722bb8b-d377-4425-b1e4-2fe1734a3664",
|
"guid": "f722bb8b-d377-4425-b1e4-2fe1734a3664",
|
||||||
"implements": [
|
"implements": [
|
||||||
"caf33c5d-858c-4f9a-894f-ab302ec5445a"
|
"caf33c5d-858c-4f9a-894f-ab302ec5445a"
|
||||||
@ -37,6 +37,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Openai",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Openai",
|
||||||
"description": "Openai Factory\r\n\r\n@since 3.2.0",
|
"description": "Openai Factory\r\n\r\n@since 3.2.0",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Watcher (Details)
|
# final class Watcher (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Watcher << (F,LightGreen) >> #RoyalBlue {
|
class Watcher << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "f815fb33-f721-48a5-a84e-53f1986e8881",
|
"guid": "f815fb33-f721-48a5-a84e-53f1986e8881",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -27,6 +27,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Watcher",
|
||||||
"description": "The GetBible Watcher\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Watcher\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Book (Details)
|
# final class Book (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Data**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Book << (F,LightGreen) >> #RoyalBlue {
|
class Book << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "0",
|
"add_head": "0",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "fa776320-65f8-4198-a517-58cd94b3b7b7",
|
"guid": "fa776320-65f8-4198-a517-58cd94b3b7b7",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Book",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Data.Book",
|
||||||
"description": "The GetBible Book Data\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Book Data\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Loader (Details)
|
# final class Loader (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
> namespace: **TrueChristianChurch\Joomla\GetBible**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Loader << (F,LightGreen) >> #RoyalBlue {
|
class Loader << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "fb5683e2-67ec-413d-96fa-8465fd2f511c",
|
"guid": "fb5683e2-67ec-413d-96fa-8465fd2f511c",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -19,6 +19,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Loader",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Loader",
|
||||||
"description": "The GetBible Loader of Scripture in Content\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Loader of Scripture in Content\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
```
|
```
|
||||||
# final class Uri (Details)
|
# final class Uri (Details)
|
||||||
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
> namespace: **TrueChristianChurch\Joomla\GetBible\Utilities**
|
||||||
|
> extends: ****
|
||||||
```uml
|
```uml
|
||||||
@startuml
|
@startuml
|
||||||
class Uri << (F,LightGreen) >> #RoyalBlue {
|
class Uri << (F,LightGreen) >> #RoyalBlue {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"add_head": "1",
|
"add_head": "1",
|
||||||
"add_licensing_template": "2",
|
"add_licensing_template": "2",
|
||||||
"extends": "0",
|
"extends": "",
|
||||||
"guid": "fc9ab6f0-c31b-4077-bb1c-2dcddd36f6bb",
|
"guid": "fc9ab6f0-c31b-4077-bb1c-2dcddd36f6bb",
|
||||||
"implements": null,
|
"implements": null,
|
||||||
"load_selection": null,
|
"load_selection": null,
|
||||||
@ -15,6 +15,7 @@
|
|||||||
"as": "default"
|
"as": "default"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extendsinterfaces": null,
|
||||||
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.Uri",
|
"namespace": "[[[NamespacePrefix]]]\\Joomla\\GetBible\\Utilities.Uri",
|
||||||
"description": "The GetBible Uri\r\n\r\n@since 2.0.1",
|
"description": "The GetBible Uri\r\n\r\n@since 2.0.1",
|
||||||
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
"licensing_template": "\/**\r\n * @package GetBible\r\n *\r\n * @created 30th May, 2023\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git GetBible <https:\/\/git.vdm.dev\/getBible>\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",
|
||||||
|
Loading…
Reference in New Issue
Block a user