jcb-compiler/src/3ab0eba9-f37b-4b37-aec1-2e7.../README.md

98 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2023-04-29 23:34:15 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Super (Details)
> namespace: **VDM\Joomla\Componentbuilder\Power**
```uml
@startuml
2023-10-04 18:28:29 +00:00
class Super << (F,LightGreen) >> #RoyalBlue {
2023-04-29 23:34:15 +00:00
# Grep $grep
# Insert $insert
# Update $update
+ __construct(Grep $grep, Insert $insert, ...)
2023-10-24 08:36:39 +00:00
+ init() : bool
+ reset(array $powers) : bool
2023-04-29 23:34:15 +00:00
+ load(string $guid, array $order = ['remote', 'local'], ...) : bool
- insert(object $power) : bool
- update(object $power) : bool
- action(string $guid) : string
}
note right of Super::__construct
Constructor.
since: 3.2.0
arguments:
Grep $grep
Insert $insert
Update $update
end note
2023-10-24 08:36:39 +00:00
note right of Super::init
Init all power not found in database
since: 3.2.0
return: bool
end note
note right of Super::reset
Reset the powers
since: 3.2.0
return: bool
end note
2023-04-29 23:34:15 +00:00
note right of Super::load
Load a superpower
since: 3.2.0
return: bool
arguments:
string $guid
array $order = ['remote', 'local']
?string $action = null
end note
note right of Super::insert
Insert a superpower
since: 3.2.0
return: bool
end note
note right of Super::update
Update a superpower
since: 3.2.0
return: bool
end note
note right of Super::action
Get loading action
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)