jcb-compiler/src/2bc33733-e900-4a9c-8cb3-c53...
Robot 669536f1e6
update 2024-04-07 13:20:18
2024-04-07 13:20:25 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
code.php update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00
code.power update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

final class InputButton (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field\JoomlaThree

@startuml
class InputButton << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Placeholder $placeholder
  # Permission $permission
  + __construct(Config $config, Placeholder $placeholder, ...)
  + get(array $fieldData) : string
}

note right of InputButton::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Placeholder $placeholder
    Permission $permission
end note

note right of InputButton::get
  get Add Button To List Field Input (getInput tweak)

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder