super-powers/src/ffbd4e1f-a342-4080-ab7d-1de...
Robot 2125425324
update 2024-04-07 13:20:18
2024-04-07 13:20:46 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:23:30 +02:00
code.php update 2024-01-27 2024-01-27 09:08:12 +02:00
code.power update 2024-01-27 2024-01-27 09:08:12 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:46 +02:00

README.md

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

abstract class BaseConfig (Details)

namespace: VDM\Joomla\Abstraction extends: JoomlaRegistry

@startuml
abstract BaseConfig  #Orange {
  + __construct()
  + __set(string $key, mixed $value)
  + __get(string $key)
  + get(string $path, mixed $default = null) : mixed
  + appendArray(string $path, mixed $value) : mixed
}

note right of BaseConfig::__construct
  Constructor

  since: 3.2.0
end note

note right of BaseConfig::__set
  setting any config value

  since: 3.2.0
end note

note right of BaseConfig::__get
  getting any valid value

  since: 3.2.0
end note

note right of BaseConfig::get
  Get a config value.

  since: 3.2.0
  return: mixed
end note

note right of BaseConfig::appendArray
  Append value to a path in registry of an array

  since: 3.2.0
  return: mixed
end note
 
@enduml

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

Build with Joomla Component Builder