jcb-compiler/src/d33b9278-c409-4aec-a047-b72...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +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-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

class Extractor (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Language

@startuml
class Extractor  #Gold {
  + array $langKeys
  + array $langMismatch
  + array $langMatch
  # Config $config
  # Language $language
  # Placeholder $placeholder
  + __construct(Config $config, Language $language, ...)
  + engine(string $content) : string
}

note right of Extractor::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Language $language
    Placeholder $placeholder
end note

note right of Extractor::engine
  Extract Language Strings

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder