super-powers/src/64a6ff6c-069c-4a11-a76b-db5...
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 2023-10-04 18:35:53 2023-10-04 20:23:30 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:23:30 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:46 +02:00

README.md

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

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