jcb-compiler/src/a0f032db-2242-41df-8e4a-5e9...
Robot dc62360576
update 2023-10-04 18:35:53
2023-10-04 20:28:29 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
settings.json update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

final class Layout (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class Layout << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # OrderZero $orderzero
  # TabCounter $tabcounter
  # BuilderLayout $layout
  # MovedPublishingFields $movedpublishingfields
  # NewPublishingFields $newpublishingfields
  + __construct(Config $config, OrderZero $orderzero, ...)
  + set(string $nameSingleCode, string $tabName, ...) : void
}

note right of Layout::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    OrderZero $orderzero
    TabCounter $tabcounter
    BuilderLayout $layout
    MovedPublishingFields $movedpublishingfields
    NewPublishingFields $newpublishingfields
end note

note right of Layout::set
  set the layout builders

  since: 3.2.0
  return: void
  
  arguments:
    string $nameSingleCode
    string $tabName
    string $name
    array $field
end note
 
@enduml

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

Build with Joomla Component Builder