jcb-compiler/src/c182506a-ab84-439c-b962-1e6...
Robot 4441974faa
update 2024-04-12 17:17:01
2024-04-12 17:17:05 +02:00
..
README.md update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
code.php update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
code.power update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
settings.json update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00

README.md

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

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