search/src/3ac29912-0681-4ca9-8197-d5a...
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 Update (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Agent

@startuml
class Update  #Gold {
  # SearchEngine $search
  + __construct(?SearchEngine $search = null)
  + value(mixed $value, mixed $line) : mixed
  # updateValue(mixed $value, mixed $line) : mixed
  # validateUpdateKey(int $line, mixed $keys = null, ...) : bool
  # string(string $value, int $line) : string
}

note right of Update::__construct
  Constructor

  since: 3.2.0
end note

note right of Update::value
  Update the value

  since: 3.2.0
  return: mixed
end note

note right of Update::updateValue
  Update all search-replace instances inside a value

  since: 3.2.0
  return: mixed
end note

note right of Update::validateUpdateKey
  Check if the keys are valid for search when working with arrays

  since: 3.2.0
  return: bool
  
  arguments:
    int $line
    mixed $keys = null
    mixed $key = null
    $ke = null
    mixed $k = null
end note

note right of Update::string
  Update all search-replace instances inside a string

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder