jcb-packager/src/2e64007d-acac-438c-b719-3e1...
Llewellyn van der Merwe 4fe34f3818
first commit
2023-04-15 16:53:53 +02:00
..
README.md first commit 2023-04-15 16:53:53 +02:00
code.php first commit 2023-04-15 16:53:53 +02:00
code.power first commit 2023-04-15 16:53:53 +02:00
settings.json first commit 2023-04-15 16:53:53 +02:00

README.md

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

class Details (Details)

namespace: VDM\Joomla\Componentbuilder\Package\Display

@startuml
class Details  #Gold {
  - array $owner
  + owner(array $info, bool $trust = false) : string
  + hasOwner(array $info) : bool
  + components(array $info) : string
  - getInfoValue(string $key, array $info) : ?string
  - hasKey(array $info) : bool
}

note right of Details::owner
  get the JCB package owner details display

  since: 3.2.0
  return: string
end note

note right of Details::hasOwner
  Check if info details has owner values set

  since: 3.2.0
  return: bool
end note

note right of Details::components
  get the JCB package components details display

  since: 3.2.0
  return: string
end note

note right of Details::getInfoValue
  get the value from INFO array

  since: 3.2.0
  return: ?string
end note

note right of Details::hasKey
  Check if the JCB package has a key

  since: 3.2.0
  return: bool
end note
 
@enduml

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

Build with Joomla Component Builder