jcb-compiler/src/1294a7c7-46fb-4527-a69d-f8d...
Robot 8f6a478760
update 2024-03-14
2024-03-14 14:29:20 +02:00
..
README.md update 2024-03-14 2024-03-14 14:29:20 +02:00
code.php update 2024-03-14 2024-03-14 14:29:20 +02:00
code.power update 2024-03-14 2024-03-14 14:29:20 +02:00
settings.json update 2024-03-14 2024-03-14 14:29:20 +02:00

README.md

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

final class Router (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class Router << (F,LightGreen) >> #RoyalBlue {
  # Dispenser $dispenser
  # Request $request
  # Builder $builder
  # DefaultConstructor $defaultconstructor
  # ManualConstructor $manualconstructor
  # DefaultMethods $defaultmethods
  # ManualMethods $manualmethods
  + __construct(Dispenser $dispenser, Request $request, ...)
  + getConstructor() : string
  + getConstructorAfterParent() : string
  + getMethods() : string
  - init() : void
  - updateKeys() : void
}

note right of Router::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Dispenser $dispenser
    Request $request
    Builder $builder
    DefaultConstructor $defaultconstructor
    ManualConstructor $manualconstructor
    DefaultMethods $defaultmethods
    ManualMethods $manualmethods
end note

note right of Router::getConstructor
  Get Constructor Before Parent Call

  since: 3.2.0
  return: string
end note

note right of Router::getConstructorAfterParent
  Get Constructor After Parent Call

  since: 3.2.0
  return: string
end note

note right of Router::getMethods
  Get Methods

  since: 3.2.0
  return: string
end note

note right of Router::init
  Get Constructor Before Parent Call

  since: 3.2.0
  return: void
end note

note right of Router::updateKeys
  Update the keys

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder