jcb-compiler/src/82505f3f-297f-4d75-a581-929ab3e93689/README.md
2024-04-12 19:17:32 +02:00

1.7 KiB

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

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