jcb-compiler/src/82505f3f-297f-4d75-a581-929...
Robot 42310f5d44
update 2024-04-29 11:28:11
2024-04-29 11:28:11 +02:00
..
README.md update 2024-04-12 19:17:27 2024-04-12 19:17:32 +02:00
code.php update 2024-04-29 11:28:11 2024-04-29 11:28:11 +02:00
code.power update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
settings.json update 2024-04-29 11:28:11 2024-04-29 11:28:11 +02:00

README.md

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

final class Extractor (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\JoomlaPower extends: ExtendingExtractor

@startuml
class Extractor << (F,LightGreen) >> #RoyalBlue {
  # string $table
  # $targetVersion
  + __construct(int $targetVersion)
  # namespaces(array $guids) : ?array
}

note right of Extractor::__construct
  Constructor.

  since: 3.2.1
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