gitea/src/be57f70f-1214-4d69-8d33-7cd...
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 Notifications (Details)

namespace: VDM\Joomla\Gitea\Service

@startuml
class Notifications  #Gold {
  + register(Container $container) : void
  + getNotifications(Container $container) : Notifi
  + getRepository(Container $container) : Repository
  + getThread(Container $container) : Thread
}

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

  since: 3.2.0
  return: void
end note

note right of Notifications::getNotifications
  Get the Notifications class

  since: 3.2.0
  return: Notifi
end note

note right of Notifications::getRepository
  Get the Repository class

  since: 3.2.0
  return: Repository
end note

note right of Notifications::getThread
  Get the Thread class

  since: 3.2.0
  return: Thread
end note
 
@enduml

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

Build with Joomla Component Builder