jcb-compiler/src/3ab0eba9-f37b-4b37-aec1-2e7...
Robot 3e3cd1e212
update 2023-10-24 10:36:32
2023-10-24 10:36:39 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
settings.json update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00

README.md

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

final class Super (Details)

namespace: VDM\Joomla\Componentbuilder\Power

@startuml
class Super << (F,LightGreen) >> #RoyalBlue {
  # Grep $grep
  # Insert $insert
  # Update $update
  + __construct(Grep $grep, Insert $insert, ...)
  + init() : bool
  + reset(array $powers) : bool
  + 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

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

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