jcb-compiler/src/eeb03266-22fd-45bb-953a-961...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +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-04-30 01:34:12 2023-04-30 01:34:15 +02:00

README.md

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

final class Extractor (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Power

@startuml
class Extractor << (F,LightGreen) >> #RoyalBlue {
  # array $powers
  # $db
  + __construct()
  + get_() : ?array
  + get(string $code) : ?array
  + reverse(string $code) : ?array
  + search(string $code) : void
  # load(array $found) : void
  # map(array $found) : ?array
  # filter(array $found) : ?array
  # namespaces(array $guids) : ?array
}

note right of Extractor::__construct
  Constructor

  since: 3.2.0
end note

note left of Extractor::get_
  Get Super Powers from the code string

  since: 3.2.0
  return: ?array
end note

note right of Extractor::get
  Get Super Powers from the code string

  since: 3.2.0
  return: ?array
end note

note left of Extractor::reverse
  Get Super Powers from the code string

  since: 3.2.0
  return: ?array
end note

note right of Extractor::search
  Get Super Powers from the code string and load it

  since: 3.2.0
  return: void
end note

note left of Extractor::load
  Load the Super Powers found

  since: 3.2.0
  return: void
end note

note right of Extractor::map
  Map the Super Powers to GUIDs

  since: 3.2.0
  return: ?array
end note

note left of Extractor::filter
  Filter the Super Powers to GUIDs

  since: 3.2.0
  return: ?array
end note

note right of Extractor::namespaces
  Get the complete namespace strings of the guids passed as an array.

  since: 3.2.0
  return: ?array
end note
 
@enduml

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

Build with Joomla Component Builder