search/src/4c44e5d3-750c-4609-88c8-aa4...
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

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

interface InsertInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Interfaces

@startuml
interface InsertInterface  #Lavender {
  + value(mixed $value, int $id, ...) : bool
  + item(object $item, ?string $table = null) : bool
  + items(array $items, string $table = null) : bool
}

note right of InsertInterface::value
  Set values to a given table
Example: $this->value(Value, 23, 'value_key', 'table_name');

  since: 3.2.0
  return: bool
  
  arguments:
    mixed $value
    int $id
    string $field
    ?string $table = null
end note

note right of InsertInterface::item
  Set values to a given table
Example: $this->item(Object, 23, 'table_name');

  since: 3.2.0
  return: bool
end note

note right of InsertInterface::items
  Set values to a given table
Example: $this->items(Array, 'table_name');

  since: 3.2.0
  return: bool
end note
 
@enduml

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

Build with Joomla Component Builder