search/src/55280ec7-e48d-431b-af25-103.../README.md

67 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:01:55 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface FindInterface (Details)
> namespace: **VDM\Joomla\Componentbuilder\Search\Interfaces**
```uml
@startuml
interface FindInterface #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 FindInterface::get
Get found values
since: 3.2.0
return: ?array
end note
note right of FindInterface::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 FindInterface::items
Search over an array of items
since: 3.2.0
return: void
end note
note right of FindInterface::reset
Reset all found 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)