jcb-compiler/src/6f20369a-8536-4870-a1a3-cda...
Robot 1ba2cdbd9d
update 2023-10-10 10:16:07
2023-10-10 11:39:16 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
code.php update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
code.power update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
settings.json update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00

README.md

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

class Paths (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Utilities extends: Registry

@startuml
class Paths  #Gold {
  # Config $config
  # Component $component
  + __construct(Config $config = null, Component $component = null)
  + __get(string $key) : string
  - setTemplatePath() : void
  - setComponentSalesName() : void
  - setComponentBackupName() : void
  - setComponentFolderName() : void
  - setComponentPath() : void
  - setTemplatePathCustom() : void
}

note right of Paths::__construct
  Constructor

  since: 3.2.0
end note

note left of Paths::__get
  getting any valid paths

  since: 3.2.0
  return: string
end note

note right of Paths::setTemplatePath
  Set the template path

  since: 3.2.0
  return: void
end note

note left of Paths::setComponentSalesName
  Set component sales name

  since: 3.2.0
  return: void
end note

note right of Paths::setComponentBackupName
  Set component backup name

  since: 3.2.0
  return: void
end note

note left of Paths::setComponentFolderName
  Set component folder name

  since: 3.2.0
  return: void
end note

note right of Paths::setComponentPath
  Set component path

  since: 3.2.0
  return: void
end note

note left of Paths::setTemplatePathCustom
  set the template path for custom TODO: just use custom_folder_path in config

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder