search/src/afdae35d-fe7f-4055-99ea-afd.../README.md

67 lines
2.0 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface ReplaceInterface (Details)
> namespace: **VDM\Joomla\Componentbuilder\Search\Interfaces**
```uml
@startuml
interface ReplaceInterface #Lavender {
+ get(?string $table = null) : ?array
+ item(object $item, ?int $id = null, ...) : void
+ items(?array $items = null, ?string $table = null) : void
+ reset(?string $table = null) : void
}
note right of ReplaceInterface::get
Get updated values
since: 3.2.0
return: ?array
end note
note right of ReplaceInterface::item
Search over an item fields
since: 3.2.0
return: void
arguments:
object $item
?int $id = null
?string $table = null
end note
note right of ReplaceInterface::items
Search over an array of items
since: 3.2.0
return: void
end note
note right of ReplaceInterface::reset
Reset all updated values of a table
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)