jcb-compiler/src/d33b9278-c409-4aec-a047-b72.../README.md

56 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Extractor (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Language**
```uml
@startuml
class Extractor #Gold {
+ array $langKeys
+ array $langMismatch
+ array $langMatch
# Config $config
# Language $language
2023-10-04 18:28:29 +00:00
# Placeholder $placeholder
+ __construct(Config $config, Language $language, ...)
2023-03-21 22:52:57 +00:00
+ engine(string $content) : string
}
note right of Extractor::__construct
Constructor.
since: 3.2.0
arguments:
2023-10-04 18:28:29 +00:00
Config $config
Language $language
Placeholder $placeholder
2023-03-21 22:52:57 +00:00
end note
note right of Extractor::engine
Extract Language Strings
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)