jcb-compiler/src/8bf026e7-9ae0-423c-b74b-5bc...
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 CustomButtonPermissions (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class CustomButtonPermissions << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Language $language
  # PermissionComponent $permissioncomponent
  # Counter $counter
  + __construct(Config $config, Language $language, ...)
  + add(object $settings, string $nameView, ...) : void
}

note right of CustomButtonPermissions::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Language $language
    PermissionComponent $permissioncomponent
    Counter $counter
end note

note right of CustomButtonPermissions::add
  Add Custom Button Permissions

  since: 3.2.0
  return: void
  
  arguments:
    object $settings
    string $nameView
    string $code
end note
 
@enduml

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

Build with Joomla Component Builder