jcb-compiler/src/78527c29-24ad-4735-ad4c-ec3...
Llewellyn van der Merwe 7d969e9a52
update 2023-04-15 16:49:30
2023-04-15 16:49:36 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

interface Mappersingleinterface (Details)

namespace: VDM\Joomla\Componentbuilder\Interfaces

@startuml
interface Mappersingleinterface  #Lavender {
  + isActive() : bool
  + set(string $key, mixed $value) : void
  + get(string $key) : mixed
  + exist(string $key) : bool
  + add(string $key, mixed $value) : void
  + remove(string $key) : void
}

note right of Mappersingleinterface::isActive
  Check if any values are set in the active array

  since: 3.2.0
  return: bool
end note

note right of Mappersingleinterface::set
  Set content

  since: 3.2.0
  return: void
end note

note right of Mappersingleinterface::get
  Get content

  since: 3.2.0
  return: mixed
end note

note right of Mappersingleinterface::exist
  Does key exist

  since: 3.2.0
  return: bool
end note

note right of Mappersingleinterface::add
  Add content

  since: 3.2.0
  return: void
end note

note right of Mappersingleinterface::remove
  Remove content

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder