gitea/src/012af7d0-3436-4cae-b856-be4...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +02:00
..
README.md first commit 2023-04-15 17:08:07 +02:00
code.php first commit 2023-04-15 17:08:07 +02:00
code.power first commit 2023-04-15 17:08:07 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Miscellaneous (Details)

namespace: VDM\Joomla\Gitea\Service

@startuml
class Miscellaneous  #Gold {
  + register(Container $container) : void
  + getActivitypub(Container $container) : Activitypub
  + getGpg(Container $container) : Gpg
  + getMarkdown(Container $container) : Markdown
  + getNodeInfo(Container $container) : NodeInfo
  + getVersion(Container $container) : Version
}

note right of Miscellaneous::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Miscellaneous::getActivitypub
  Get the Activitypub class

  since: 3.2.0
  return: Activitypub
end note

note right of Miscellaneous::getGpg
  Get the Gpg class

  since: 3.2.0
  return: Gpg
end note

note right of Miscellaneous::getMarkdown
  Get the Markdown class

  since: 3.2.0
  return: Markdown
end note

note right of Miscellaneous::getNodeInfo
  Get the NodeInfo class

  since: 3.2.0
  return: NodeInfo
end note

note right of Miscellaneous::getVersion
  Get the Version class

  since: 3.2.0
  return: Version
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder