gitea/src/be57f70f-1214-4d69-8d33-7cd.../README.md

1.9 KiB

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

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