jcb-compiler/src/268b85ef-49f3-4c39-8187-bb1.../README.md

1.6 KiB

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

class Dynamicpath (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Utilities

@startuml
class Dynamicpath  #Gold {
  # Placeholder $placeholder
  # array $paths
  + __construct(?Placeholder $placeholder = null, ?Constantpaths $paths = null)
  + update(string $path) : string
}

note right of Dynamicpath::__construct
  Constructor.

  since: 3.2.0
end note

note right of Dynamicpath::update
  Update path with dynamic value

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder