search/src/da714ea5-96bb-4eb1-959b-39b...
Llewellyn van der Merwe 52a59e002f
first commit
2023-04-15 17:01:55 +02:00
..
README.md first commit 2023-04-15 17:01:55 +02:00
code.php first commit 2023-04-15 17:01:55 +02:00
code.power first commit 2023-04-15 17:01:55 +02:00
settings.json first commit 2023-04-15 17:01:55 +02:00

README.md

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

class Search (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Service

@startuml
class Search  #Gold {
  # $searchEngine
  + register(Container $container) : void
  + getConfig(Container $container) : Config
  + getTable(Container $container) : Table
  + getRegex(Container $container) : Regex
  + getBasic(Container $container) : Basic
  + getSearch(Container $container) : SearchEngine
}

note right of Search::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Search::getConfig
  Get the Config

  since: 3.2.0
  return: Config
end note

note right of Search::getTable
  Get the Table

  since: 3.2.0
  return: Table
end note

note right of Search::getRegex
  Get the Regex Type Search Engine

  since: 3.2.0
  return: Regex
end note

note right of Search::getBasic
  Get the Basic Type Search Engine

  since: 3.2.0
  return: Basic
end note

note right of Search::getSearch
  Get the Search Engine

  since: 3.2.0
  return: SearchEngine
end note
 
@enduml

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

Build with Joomla Component Builder