super-powers/src/ffbd4e1f-a342-4080-ab7d-1de.../README.md

1.9 KiB

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

abstract class BaseConfig (Details)

namespace: VDM\Joomla\Abstraction

@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