jcb-compiler/src/ca111518-e47c-4049-b1b2-cb0.../README.md

122 lines
3.4 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Reverse (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Placeholder**
```uml
@startuml
class Reverse #Gold {
# Config $config
# Placeholder $placeholder
# Language $language
# Extractor $extractor
2023-04-29 23:34:15 +00:00
# Power $power
2023-03-21 22:52:57 +00:00
+ __construct(?Config $config = null, ?Placeholder $placeholder = null, ...)
+ engine(string $string, array $placeholders, ...) : string
# setReverse(string $updateString, string $string, ...) : string
2023-04-29 23:34:15 +00:00
# reverseSuperPowers(string $updateString, string $string, ...) : string
# getReversePower(array $powers, array $useStatements) : ?array
# reverseLanguage(string $updateString, string $string, ...) : string
# reverseCustomCode(string $updateString, string $string) : string
2023-03-21 22:52:57 +00:00
}
note right of Reverse::__construct
Constructor.
since: 3.2.0
arguments:
?Config $config = null
?Placeholder $placeholder = null
?Language $language = null
?Extractor $extractor = null
2023-04-29 23:34:15 +00:00
?Power $power = null
2023-03-21 22:52:57 +00:00
end note
note right of Reverse::engine
Reverse Engineer the dynamic placeholders (TODO hmmmm this is not ideal)
since: 3.2.0
return: string
arguments:
string $string
array $placeholders
string $target
?int $id = null
string $field = 'code'
string $table = 'custom_code'
2023-04-29 23:34:15 +00:00
?array $useStatements = null
2023-03-21 22:52:57 +00:00
end note
note right of Reverse::setReverse
2023-04-29 23:34:15 +00:00
Reverse engineer the dynamic language, and super powers
since: 3.2.0
return: string
arguments:
string $updateString
string $string
string $target
?array $useStatements
end note
note right of Reverse::reverseSuperPowers
Set the super powers keys for the reveres process
since: 3.2.0
return: string
arguments:
string $updateString
string $string
?array $useStatements
end note
note right of Reverse::getReversePower
Set the super powers keys for the reveres process
since: 3.2.0
return: ?array
end note
note right of Reverse::reverseLanguage
2023-03-21 22:52:57 +00:00
Set the language strings for the reveres process
since: 3.2.0
return: string
arguments:
string $updateString
string $string
string $target
end note
2023-04-29 23:34:15 +00:00
note right of Reverse::reverseCustomCode
Set the custom code placeholder for the reveres process
since: 3.2.0
return: string
end note
2023-03-21 22:52:57 +00:00
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)