super-powers/src/1401a167-0ce4-4f4a-afee-2d8b02ed339b
2024-05-26 17:39:49 +02:00
..
code.php update 2024-05-26 17:39:15 2024-05-26 17:39:49 +02:00
code.power update 2024-05-25 20:54:21 2024-05-25 20:54:25 +02:00
README.md update 2024-05-26 17:39:15 2024-05-26 17:39:49 +02:00
settings.json update 2024-05-25 20:54:21 2024-05-25 20:54:25 +02:00

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

abstract class Grep (Details)

namespace: VastDevelopmentMethod\Joomla\Abstraction

@startuml
abstract Grep  #Orange {
  + ?string $path
  + ?array $paths
  # array $order
  # Contents $contents
  # CMSApplication $app
  + __construct(string $path, array $paths, ...)
  + getRemotePowersGuid() : ?array
  + get(string $guid, ?array $order = null) : ?object
  # {abstract} remoteIndex(object $path) : void
  # getFunctionName(string $name) : ?string
  - init() : void
}

note right of Grep::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    string $path
    array $paths
    Contents $contents
    ?CMSApplication $app = null
end note

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

  since: 3.2.0
  return: ?array
end note

note right of Grep::get
  Get a power

  since: 3.2.0
  return: ?object
end note

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

  since: 3.2.0
  return: void
end note

note right of Grep::getFunctionName
  Get function name

  since: 3.2.0
  return: ?string
end note

note right of Grep::init
  Set path details

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder