jcb-compiler/src/e046b530-47fe-406f-b45a-b5eec8cbb238/README.md
2023-10-04 20:28:29 +02:00

1.7 KiB

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

final class PermissionDashboard (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Builder extends: MapperDouble

@startuml
class PermissionDashboard << (F,LightGreen) >> #RoyalBlue {
  # firstKey(string $key) : string
  # secondKey(string $key) : string
}

note right of PermissionDashboard::firstKey
  Model the first key

  since: 3.2.0
  return: string
end note

note right of PermissionDashboard::secondKey
  Model the second key

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder