super-powers/src/64a6ff6c-069c-4a11-a76b-db5.../README.md

1.6 KiB

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

abstract class Base64Helper (Details)

namespace: VDM\Joomla\Utilities

@startuml
abstract Base64Helper  #Orange {
  + {static} open(?string $data, ?string $key = '__.o0=base64=Oo.__', ...) : ?string
}

note right of Base64Helper::open
  open base64 string if stored as base64 (in JCB)

  since: 3.2.0
  return: ?string
  
  arguments:
    ?string $data
    ?string $key = '__.o0=base64=Oo.__'
    ?string $default = 'string'
end note
 
@enduml

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

Build with Joomla Component Builder