search/src/6e2ca779-f70e-4871-a138-0ee...
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 update 2023-05-31 16:47:30 2023-05-31 16:47:40 +02:00
code.power update 2023-05-31 16:47:30 2023-05-31 16:47:40 +02:00
settings.json update 2023-05-31 16:47:30 2023-05-31 16:47:40 +02:00

README.md

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

class Config (Details)

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

@startuml
class Config  #Gold {
  # Input $input
  + __construct(?Input $input = null)
  # getTypesearch() : ?int
  # getSearchvalue() : ?string
  # getReplacevalue() : string
  # getMatchcase() : int
  # getWholeword() : int
  # getRegexsearch() : int
  # getComponentid() : int
  # getTablename() : ?string
  # getFieldname() : ?string
  # getItemid() : int
  # getFieldcounter() : int
  # getLinecounter() : int
  # getMarkerstart() : string
  # getMarkerend() : string
}

note right of Config::__construct
  Constructor

  since: 3.2.0
end note

note left of Config::getTypesearch
  get type search being preformed

  since: 3.2.0
  return: ?int
end note

note right of Config::getSearchvalue
  get posted search value

  since: 3.2.0
  return: ?string
end note

note left of Config::getReplacevalue
  get posted replace value

  since: 3.2.0
  return: string
end note

note right of Config::getMatchcase
  get posted search match case

  since: 3.2.0
  return: int
end note

note left of Config::getWholeword
  get posted search whole word

  since: 3.2.0
  return: int
end note

note right of Config::getRegexsearch
  get posted search regex

  since: 3.2.0
  return: int
end note

note left of Config::getComponentid
  get posted component

  since: 3.2.0
  return: int
end note

note right of Config::getTablename
  get posted area/table

  since: 3.2.0
  return: ?string
end note

note left of Config::getFieldname
  get posted field

  since: 3.2.0
  return: ?string
end note

note right of Config::getItemid
  get posted item id

  since: 3.2.0
  return: int
end note

note left of Config::getFieldcounter
  get field counter

  since: 3.2.0
  return: int
end note

note right of Config::getLinecounter
  get line counter

  since: 3.2.0
  return: int
end note

note left of Config::getMarkerstart
  get the start marker

  since: 3.2.0
  return: string
end note

note right of Config::getMarkerend
  get the end marker

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder