search/src/da714ea5-96bb-4eb1-959b-39b.../README.md

79 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:01:55 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Search (Details)
> namespace: **VDM\Joomla\Componentbuilder\Search\Service**
```uml
@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](https://git.vdm.dev/joomla/Component-Builder)