jcb-compiler/src/5f57ff1a-c196-45b1-a2ac-337.../README.md

1.7 KiB

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

class ContentMulti (Details)

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

@startuml
class ContentMulti  #Gold {
  + __construct()
  # getActiveKeys(string $path) : ?array
  # modelActiveKeys(array $keys) : ?array
}

note right of ContentMulti::__construct
  Constructor.

  since: 3.2.0
end note

note right of ContentMulti::getActiveKeys
  Get that the active keys from a path

  since: 3.2.0
  return: ?array
end note

note right of ContentMulti::modelActiveKeys
  Model that the active key

  since: 3.2.0
  return: ?array
end note
 
@enduml

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

Build with Joomla Component Builder