jcb-compiler/src/fff3255d-c493-4c21-a48f-73b...
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

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

class Templatelayout (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Templatelayout  #Gold {
  + register(Container $container) : void
  + getTemplatelayoutData(Container $container) : TemplatelayoutData
  + getAliasData(Container $container) : AliasData
}

note right of Templatelayout::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Templatelayout::getTemplatelayoutData
  Get The Data Class.

  since: 3.2.0
  return: TemplatelayoutData
end note

note right of Templatelayout::getAliasData
  Get The Data Class.

  since: 3.2.0
  return: AliasData
end note
 
@enduml

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

Build with Joomla Component Builder