jcb-compiler/src/2528f2bb-6ebc-4d55-9a9d-23e.../README.md

1.6 KiB

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

final class PermissionAction (Details)

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

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

note right of PermissionAction::firstKey
  Model the first key

  since: 3.2.0
  return: string
end note

note right of PermissionAction::secondKey
  Model the second key

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder