jcb-compiler/src/355bf21a-f859-4528-9110-bcd2c6d05ea7
2024-04-12 19:17:32 +02:00
..
code.php update 2024-04-12 19:17:27 2024-04-12 19:17:32 +02:00
code.power update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
README.md update 2024-04-12 19:17:27 2024-04-12 19:17:32 +02:00
settings.json update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00

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

final class Grep (Details)

namespace: VDM\Joomla\Componentbuilder\JoomlaPower extends: ExtendingGrep

@startuml
class Grep << (F,LightGreen) >> #RoyalBlue {
  - getLocal(object $path, string $guid) : ?object
  - getRemote(object $path, string $guid) : ?object
  - localIndex(object $path) : void
  - remoteIndex(object $path) : void
}

note right of Grep::getLocal
  Get a local power

  since: 3.2.0
  return: ?object
end note

note right of Grep::getRemote
  Get a remote power

  since: 3.2.0
  return: ?object
end note

note right of Grep::localIndex
  Load the local repository index of powers

  since: 3.2.0
  return: void
end note

note right of Grep::remoteIndex
  Load the remote repository index of powers

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder