jcb-compiler/src/6d179307-b6e5-4f50-962b-5b6.../README.md

1.7 KiB

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

final class AccessSectionsCategory (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class AccessSectionsCategory << (F,LightGreen) >> #RoyalBlue {
  # CategoryCode $categorycode
  + __construct(CategoryCode $categorycode)
  + get(string $nameSingleCode, string $nameListCode) : string
}

note right of AccessSectionsCategory::__construct
  Constructor.

  since: 3.2.0
end note

note right of AccessSectionsCategory::get
  Get Access Sections Category

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder