jcb-compiler/src/c159425c-51f9-4a15-af99-f2d0c6d7aae8/README.md
2024-04-12 17:17:05 +02:00

1.9 KiB

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

interface ExtractorInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Interfaces\Power

@startuml
interface ExtractorInterface  #Lavender {
  + get_() : ?array
  + get(string $code) : ?array
  + reverse(string $code) : ?array
  + search(string $code) : void
}

note right of ExtractorInterface::get_
  Get Super Powers from the code string

  since: 3.2.0
  return: ?array
end note

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

  since: 3.2.0
  return: ?array
end note

note right of ExtractorInterface::reverse
  Get Super Powers from the code string

  since: 3.2.0
  return: ?array
end note

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

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder