search/src/db093eca-63b3-4d6c-9232-3ce...
Robot 56e9e09d5f
update 2023-10-24 10:36:32
2023-10-24 10:36:50 +02:00
..
README.md update 2023-10-24 10:36:32 2023-10-24 10:36:50 +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 Basic (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Engine extends: Engine

@startuml
class Basic  #Gold {
  # string $regexValue
  + __construct(?Config $config = null)
  + string(string $value) : ?string
  + replace(string $value) : string
  # replaceWhole(string $value) : string
  # searchWhole(string $value) : ?string
  + match(string $value) : bool
  # searchAll(string $value) : ?string
  # replaceAll(string $value) : string
}

note right of Basic::__construct
  Constructor

  since: 3.2.0
end note

note left of Basic::string
  Search inside a string

  since: 3.2.0
  return: ?string
end note

note right of Basic::replace
  Replace found instances inside string value

  since: 3.2.0
  return: string
end note

note left of Basic::replaceWhole
  Replace whole words

  since: 3.2.0
  return: string
end note

note right of Basic::searchWhole
  Search for whole words

  since: 3.2.0
  return: ?string
end note

note left of Basic::match
  Math the Regular Expression

  since: 3.0.9
  return: bool
end note

note right of Basic::searchAll
  Search for all instances

  since: 3.2.0
  return: ?string
end note

note left of Basic::replaceAll
  Replace for all instances

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder