super-powers/src/c182506a-ab84-439c-b962-1e606b58d545
2024-07-08 23:10:45 +02:00
..
code.php Update 2024-07-11 23:10:30 2024-07-08 23:10:45 +02:00
code.power Update 2024-07-11 23:10:30 2024-07-08 23:10:45 +02:00
README.md Update 2024-07-11 23:10:30 2024-07-08 23:10:45 +02:00
settings.json Update 2024-06-21 14:01:13 2024-06-21 14:01:19 +02:00

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

interface GrepInterface (Details)

namespace: VDM\Joomla\Interfaces extends: ****

@startuml
interface GrepInterface  #Lavender {
  + getRemotePowersGuid() : ?array
  + setBranchField(string $field) : void
  + 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::setBranchField
  Set the branch field

  since: 3.2.2
  return: void
end note

note right of GrepInterface::get
  Get a power

  since: 3.2.0
  return: ?object
end note
 
@enduml

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

Build with Joomla Component Builder