phpseclib/src/fea2b107-3ee4-4ebf-84be-d3f...
Robot fcb429d948
update 2024-04-07 13:20:18
2024-04-07 13:20:36 +02:00
..
README.md first commit 2023-04-15 17:00:08 +02:00
code.php first commit 2023-04-15 17:00:08 +02:00
code.power first commit 2023-04-15 17:00:08 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:36 +02:00

README.md

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

class Password (Details)

namespace: VDM\Joomla\Componentbuilder\Crypt

@startuml
class Password  #Gold {
  + get(string $type, ?string $default = null) : ?string
  - local() : string
}

note right of Password::get
  Get the type of password
Example: $this->get('basic', 'default-password');

  since: 3.2.0
  return: ?string
end note

note right of Password::local
  Get the local password

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder