jcb-compiler/src/ddf31f4b-96ba-46e7-8100-f48...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

final class AllowEdit (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Architecture\JoomlaFour\Controller

@startuml
class AllowEdit << (F,LightGreen) >> #RoyalBlue {
  # String $component
  # Permission $permission
  # Dispenser $dispenser
  # Category $category
  # CategoryOtherName $categoryothername
  + __construct(Config $config, Permission $permission, ...)
  + get(string $nameSingleCode, string $nameListCode) : string
}

note right of AllowEdit::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Permission $permission
    Dispenser $dispenser
    Category $category
    CategoryOtherName $categoryothername
end note

note right of AllowEdit::get
  Get Allow Edit Function Code

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder