jcb-compiler/src/c182506a-ab84-439c-b962-1e606b58d545/README.md
2024-04-12 17:17:05 +02:00

1.6 KiB

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

interface GrepInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Interfaces

@startuml
interface GrepInterface  #Lavender {
  + getRemotePowersGuid() : ?array
  + get(string $guid, array $order = ['local', 'remote']) : ?object
}

note right of GrepInterface::getRemotePowersGuid
  Get all remote powers GUID's

  since: 3.2.0
  return: ?array
end note

note right of GrepInterface::get
  Get a power

  since: 3.2.0
  return: ?object
end note
 
@enduml

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

Build with Joomla Component Builder