jcb-compiler/src/053803e6-1251-4aed-aefe-46a...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Paths (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Customcode\Extractor

@startuml
class Paths  #Gold {
  + array $active
  # array $componentPlaceholder
  # Config $config
  # Placeholder $placeholder
  # Customcode $customcode
  # Extractor $extractor
  # $db
  + __construct(?Config $config = null, ?Placeholder $placeholder = null, ...)
  # load() : void
  # getModuleIDs() : mixed
  # getModulePath($id) : mixed
  # getPluginIDs() : mixed
  # getPluginPath($id) : mixed
}

note right of Paths::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Placeholder $placeholder = null
    ?ComponentPlaceholder $componentPlaceholder = null
    ?Customcode $customcode = null
    ?Extractor $extractor = null
end note

note right of Paths::load
  get the local installed path of this component

  since: 3.2.0
  return: void
end note

note right of Paths::getModuleIDs
  get the Joomla Modules IDs

  since: 3.2.0
  return: mixed
end note

note right of Paths::getModulePath
  get the Joomla module path

  since: 3.2.0
  return: mixed
end note

note right of Paths::getPluginIDs
  get the Joomla plugins IDs

  since: 3.2.0
  return: mixed
end note

note right of Paths::getPluginPath
  get the Joomla plugin path

  return: mixed
end note
 
@enduml

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

Build with Joomla Component Builder